Ejemplo n.º 1
0
 public static Commander Register(NpcAdventureMod mod)
 {
     return(new Commander(mod));
 }
Ejemplo n.º 2
0
 private Commander(NpcAdventureMod npcAdventureMod)
 {
     this.npcAdventureMod = npcAdventureMod;
     this.monitor         = npcAdventureMod.Monitor;
     this.SetupCommands(npcAdventureMod.Helper.ConsoleCommands);
 }
 internal NpcAdventureModApi(NpcAdventureMod npcAdventureMod)
 {
     this.npcAdventureMod = npcAdventureMod;
 }