Пример #1
0
 public void EndTrip()
 {
     CharacterAttached = false;
     _attachedCharacter.Go.transform.parent = null;
     _attachedCharacter.CharacterRevive(LeaveShuttlePosition.position);
     _attachedCharacter = null;
     _finishedTrip      = true;
     Return();
 }
Пример #2
0
 public void ResetCharacters()
 {
     LeftCharInfo.CharacterRevive(LeftCurrentSpawnPoint);
     RightCharInfo.CharacterRevive(RightCurrentSpawnPoint);
 }