/// <summary>
 /// Spawns the player.
 /// </summary>
 public void SpawnPlayer()
 {
     player.Spawn();
 }