Exemplo n.º 1
0
 private void wizardOzWindow_DiceLocated(object sender, DiceEventArgs e)
 {
     Debug.Assert(stateManager.State == GameState.AttackWaitDice);
     diceViz.ShowDice(e.Dice);
     soundPool.Play(GameSound.Success);
 }
Exemplo n.º 2
0
 private void wizardOzWindow_DiceLocated(object sender, DiceEventArgs e)
 {
     Debug.Assert(stateManager.State == GameState.AttackWaitDice);
     diceViz.ShowDice(e.Dice);
     soundPool.Play(GameSound.Success);
 }