Turn changeTurn

This commit is contained in:
falc@null.net 2016-10-29 01:27:49 +02:00
parent c20ea052ea
commit f3c8a86a14

View file

@ -35,6 +35,8 @@ public class TurnManagerScript : MonoBehaviour {
}
}
void changeTeam (int newTeam) {
actualPlayer = newTeam;
actualTeam = charList [actualPlayer];