コード例 #1
0
ファイル: Game.cs プロジェクト: andremoraes/Backgammon
 public void FakeRoll(int v1, int v2)
 {
     Roll = new List <Dice>(Dice.GetDices(v1, v2));
 }