public void ReactToRegionLoadedTWO(int prio, WorldLoadPostEventArgs e) { SysConsole.OutputCustom(OutputType, "I see the world " + e.TheWorld.Name + " has been loaded (secondary response, priority=" + prio + ")!"); }
public void ReactToRegionLoaded(int prio, WorldLoadPostEventArgs e) { SysConsole.OutputCustom(OutputType, "I see the world " + e.TheWorld.Name + " has been loaded!"); }