Exemple #1
0
 public void Player2()
 {
     Right = true;
     Ha.Play();
     if (Left == true)
     {
         Dodon.Play();
     }
     else
     {
         Don.Play();
     }
 }
Exemple #2
0
 public void Player1()
 {
     Left = true;
     Sei.Play();
     if (Right == true)
     {
         Dodon.Play();
     }
     else
     {
         Don.Play();
     }
 }