Пример #1
0
 public static GameConfig CreateFromWithPlayPositionsSwapped(GameConfig gameConfig)
 {
     var result = new GameConfigBuilder(gameConfig);
     result.SwapPlayerOneAndTwo();
     return result.ToGameConfig();
 }