using Pools; using UnityEngine; namespace Roads { public class StraightRoadExtras : MonoBehaviour { public Pool coinPool; public bool hasCoin = false; //TODO: maybe hasCheckpoint or hasBarrier ? } }