コード例 #1
0
 /// <summary>
 /// Drops the dice.
 /// </summary>
 public void Drop()
 {
     Die1.Drop();
     Die2.Drop();
 }