private void Awake() { if (instanse == null) { instanse = this; } }
private static void OnTick(EventArgs args) { ShopController.Tick(); PhaseController.Tick(); LaneController.Tick(); GankController.Tick(); TeleportController.Tick(); MovementController.Tick(); WardController.Tick(); RecallController.Tick(); }
private void OnDestroy() { StopAllCoroutines(); instanse = null; }