Exemplo n.º 1
0
 void ClickOnpolitician(GameObject politician)
 {
     choseState = ChoseState.chosen;
 }
Exemplo n.º 2
0
 void UpdateChosen()
 {
     cutScenePlayerKicked.kicked = true;
     //GM.NextRound ();
     choseState = ChoseState.notchosen;
 }