コード例 #1
0
 internal GetGamesForPlayerCommand(DownloadWithJson communication, string authKey)
 {
     m_Communication = communication;
     m_AuthKey       = authKey;
 }
コード例 #2
0
 internal GetGamesAndPlayersCommand(GetGamesForPlayerCommandResult getGamesForPlayerCommandResult, string authKey, DownloadWithJson communication)
 {
     m_GetGamesForPlayerCommandResult = getGamesForPlayerCommandResult;
     m_AuthKey       = authKey;
     m_Communication = communication;
 }