Exemplo n.º 1
0
 public void ResetToTeamSelect()
 {
     GameUpdate.ClearPlayerSubscriptions();
     GameUpdate.ClearWorldSubscriptions();
     ShowCharacterSelect();
     _gridCamera.FocusPosition(Vector3.zero, CameraModes.MOVING);
     //Camera.main.enabled = true;
 }
Exemplo n.º 2
0
 public void EndCurrentTurn()
 {
     GameUpdate.ClearPlayerSubscriptions();
     HideActionsMenu();
     _timeRef.EndOfTurn();
 }