private void Awake() { if (Instance == null) { Instance = this; } else { Destroy(gameObject); } }
// Use this for initialization void Start() { ChipFactory = ChipFactory.Instance; CupFactory = CupFactory.Instance; InputManager = InputManager.Instance; }