Example #1
0
 private static void AllocateActionCards(Game game)
 {
     game.First.ActionCards  = CardGenerator.GenerateActionCards(ActionCardsCount).ToList();
     game.Second.ActionCards = CardGenerator.GenerateActionCards(ActionCardsCount).ToList();
 }