Beispiel #1
0
 private void SwitchTurn()
 {
     CurrentArmyTurn = CurrentArmyTurn == ArmyR ? ArmyL : ArmyR;
 }
Beispiel #2
0
 private void Start()
 {
     CurrentArmyTurn = ArmyL;
 }