コード例 #1
0
ファイル: ServerPretend.cs プロジェクト: eliot2/StarsInMotion
 public List <string> GetRentedShips2(string CurrentPlayer)
 {
     return(MyTable.GetAllRentedShips());
 }
コード例 #2
0
ファイル: ServerPretend.cs プロジェクト: eliot2/StarsInMotion
 public List <string> GetRentedShips(string CurrentPlayer)
 {
     UpdateWaitLists(CurrentPlayer);
     return(MyTable.GetAllRentedShips());
 }