コード例 #1
0
ファイル: DiceCommand.cs プロジェクト: chernandez7/DnD
 public DiceCommand()
 {
     CommandName = "dice";
     _dice = new Dice();
 }