Exemplo n.º 1
0
 void Start()
 {
     // Add the combatants to the battle
     foreach (Combatant c in m_combatants)
     {
         m_battle.AddCombatant(c);
     }
 }