Exemple #1
0
 public void PlayerAllAnimation()
 {
     Dice1.Play();
     Dice2.PlayReverse();
 }
Exemple #2
0
 public void Throw()
 {
     Dice1.Throw(2);
     Dice2.Throw(3);
 }