Beispiel #1
0
 public override void Initialize()
 {
     base.Initialize();
     GameCommands.CreateTchatCommand("Seek", "Seek <NomDuMonstre>", MonsterSeeker.HandleSeekCommand);
     GameCommands.CreateTchatCommand("Stop", "Stop <NomDuMonstre>", MonsterSeeker.HandleStopCommand);
     GameCommands.CreateTchatCommand("List", "List", MonsterSeeker.HandleListCommand);
 }