public static ToolbarInfos Infos = null; // DO NOT CHANGE THIS! Used for the persistance item... public static void Initialize() { if( Infos == null ) Infos = new ToolbarInfos(); CommandHandlers.Register("Toolbar", AccessLevel.Counselor, new CommandEventHandler(Toolbar_OnCommand)); EventSink.Login += new LoginEventHandler(OnLogin); }
public static ToolbarInfos Infos = null; // DO NOT CHANGE THIS! Used for the persistance item... public static void Initialize() { if (Infos == null) { Infos = new ToolbarInfos(); } CommandHandlers.Register("Toolbar", AccessLevel.Counselor, new CommandEventHandler(Toolbar_OnCommand)); EventSink.Login += new LoginEventHandler(OnLogin); }
public static ToolbarInfos Infos = null; // DO NOT CHANGE THIS! Used for the persistance item... public static void Initialize() { if( Infos == null ) Infos = new ToolbarInfos(); CommandHandlers.Register("Toolbar", AccessLevel.Counselor, new CommandEventHandler(Toolbar_OnCommand)); EventSink.Login += new LoginEventHandler(OnLogin); // Talow and AlphaDragon fix 1/3 // http://www.runuo.com/community/threads/joeku-toolbar-after-gm-death.477771/#post-3722174 EventSink.PlayerDeath += new PlayerDeathEventHandler(OnPlayerDeath); }
public static ToolbarInfos Infos = null; // DO NOT CHANGE THIS! Used for the persistance item... public static void Initialize() { if (Infos == null) { Infos = new ToolbarInfos(); } CommandHandlers.Register("Toolbar", AccessLevel.Counselor, new CommandEventHandler(Toolbar_OnCommand)); EventSink.Login += new LoginEventHandler(OnLogin); // Talow and AlphaDragon fix 1/3 // http://www.runuo.com/community/threads/joeku-toolbar-after-gm-death.477771/#post-3722174 EventSink.PlayerDeath += new PlayerDeathEventHandler(OnPlayerDeath); }