Example #1
0
 public void Spawned(Pawn newPawn)
 {
     isAvalable = false;
     newPawn.SetTeam(team);
     spawnedObject = newPawn.gameObject;
 }