Esempio n. 1
0
 /// <summary>
 /// Cleans up the combat arena.
 /// </summary>
 /// <param name="e"></param>
 void OnCombatEndedEvent(Combat.EndedEvent e)
 {
     this.End();
 }
Esempio n. 2
0
 void OnCombatEndedEvent(Combat.EndedEvent e)
 {
     //this.gameObject.GetComponent<PlayerCamera>().Follow();
 }