コード例 #1
0
ファイル: GameManager.cs プロジェクト: htoma/senorpotato
 private static void AllocateActionCards(Game game)
 {
     game.First.ActionCards  = CardGenerator.GenerateActionCards(ActionCardsCount).ToList();
     game.Second.ActionCards = CardGenerator.GenerateActionCards(ActionCardsCount).ToList();
 }