Turn changeTurn
This commit is contained in:
parent
c20ea052ea
commit
f3c8a86a14
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ public class TurnManagerScript : MonoBehaviour {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void changeTeam (int newTeam) {
|
void changeTeam (int newTeam) {
|
||||||
actualPlayer = newTeam;
|
actualPlayer = newTeam;
|
||||||
actualTeam = charList [actualPlayer];
|
actualTeam = charList [actualPlayer];
|
||||||
|
|
Loading…
Reference in a new issue