Пример #1
0
 public HostedGameEngine(IHostedGameState state)
 {
     State = (HostedGameState)state;
 }
Пример #2
0
 internal GameStateEngine(IHostedGameState state, bool isLocal)
 {
     State   = (HostedGameState)state;
     IsLocal = isLocal;
     ApiKey  = ConfigurationManager.AppSettings["SiteApiKey"];
 }
Пример #3
0
 internal GameStateEngine(IHostedGameState state, bool isLocal)
 {
     State   = (HostedGameState)state;
     IsLocal = isLocal;
 }