void StartMission() { if (CanPlay) { HighLowGame.GetInstance().StartMission(MissionIndex); } else { // put up message Debug.Log("can't afford this mission"); } }
private void Awake() { eventManager = GameReferences.instance.gameEvents; mInstance = this; }