powerfun-unity/Assets/Scripts/UI/Prefab/Race/RaceStatusScript.cs

21 lines
366 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class RaceBookedScript : MonoBehaviour
{
// Start is called before the first frame update
//private enum ReserveType {1,2,3,4}
[SerializeField]
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}