public override void RegisterEvents() { AttationEvents.Add(Consts.E_SpawnCar); //AttationEvents.Add(Consts.E_SpawnCarAt); //AttationEvents.Add(Consts.E_SpawnCarAtHit); //AttationEvents.Add(Consts.E_EnterScene); }
public override void RegisterEvents() { base.RegisterEvents(); AttationEvents.Add(Consts.E_EnterScene); AttationEvents.Add(Consts.E_SpawnMonster); }
public override void RegisterEvents() { AttationEvents.Add(Consts.E_EnterScene); }
public override void RegisterEvents() { AttationEvents.Add(Consts.E_ShowSpawnPanel); AttationEvents.Add(Consts.E_ShowUpgradePanel); AttationEvents.Add(Consts.E_HiedPopup); }