Esempio n. 1
0
 public Point GetPlayerSpawnPoint(int roomID)
 {
     return(repo.GetPlayerSpawnPoint(roomID));
 }