Ejemplo n.º 1
0
 private void SwitchTurn()
 {
     CurrentArmyTurn = CurrentArmyTurn == ArmyR ? ArmyL : ArmyR;
 }
Ejemplo n.º 2
0
 private void Start()
 {
     CurrentArmyTurn = ArmyL;
 }