コード例 #1
0
ファイル: ServerPretend.cs プロジェクト: eliot2/StarsInMotion
    public List <string> GetWaitListedShips(string CurrentPlayer)
    {
        // GET() is called in UpdateWaitLists()
        UpdateWaitLists(CurrentPlayer);

        return(MyTable.GetAllWaitListedShips());
    }