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