public StubCabalSettingsProvider(int cpuPlayerId) { CabalSection = new CabalSection { Server = new ServerElement { CpuPlayerId = cpuPlayerId } }; }
public StubCabalSettingsProvider(CabalSection cabalSection) { CabalSection = cabalSection; }