Example #1
0
 // Used by UI buttons to choose an attack by the player
 public void Button_Action(int action)
 {
     m_battle.ActivateAction(action);
 }