Ejemplo n.º 1
0
 public DiceCommand()
 {
     CommandName = "dice";
     _dice = new Dice();
 }