Exemplo n.º 1
0
 private void OnDestroy()
 {
     EventHandler.unregister <OnAnimFight>(OnFightAnim);
 }
Exemplo n.º 2
0
 private void OnDestroy()
 {
     EventHandler.unregister <OnSwipeAction>(SwipeDoneButton);
 }
Exemplo n.º 3
0
 private void OnDestroy()
 {
     EventHandler.unregister <OnBuildingClick>(OnBuildingClick);
 }
Exemplo n.º 4
0
 private void OnDestroy()
 {
     EventHandler.unregister <OnHighlightClick>(BattlePreparation);
     EventHandler.unregister <OnAnimFight>(BattleSimulation);
 }
Exemplo n.º 5
0
 private void OnDestroy()
 {
     EventHandler.unregister <OnUnitClick>(ShowHighlight);
     EventHandler.unregister <OnHighlightClick>(ClickedOnHightLight);
 }