コード例 #1
0
ファイル: RoomBizLog.cs プロジェクト: tvl20/FUNwebApp
 public Point GetPlayerSpawnPoint(int roomID)
 {
     return(repo.GetPlayerSpawnPoint(roomID));
 }