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() { } }