Example #1
0
 public StubCabalSettingsProvider(int cpuPlayerId)
 {
     CabalSection = new CabalSection
                        {
                            Server = new ServerElement
                                         {
                                             CpuPlayerId = cpuPlayerId
                                         }
                        };
 }
Example #2
0
 public StubCabalSettingsProvider(CabalSection cabalSection)
 {
     CabalSection = cabalSection;
 }