コード例 #1
0
ファイル: SendTo.cs プロジェクト: rberiot/imaginenation
 public static void Initialize()
 {
     TargetCommands.Register(new SendToCommand());
 }
コード例 #2
0
 public static void Initialize()
 {
     TargetCommands.Register(new UnStoneCommand());
 }
コード例 #3
0
 public static void Initialize()
 {
     TargetCommands.Register(new DesignInsertCommand());
 }
コード例 #4
0
 public static void Initialize()
 {
     TargetCommands.Register(new SendRewardGumpCommand());
 }