示例#1
0
 public Point GetPlayerSpawnPoint(int roomID)
 {
     return(repo.GetPlayerSpawnPoint(roomID));
 }