Пример #1
0
        protected override void OnEnable()
        {
            var instance = new TestStandaloneHandler();
            Context.PluginManager.LoadCommands(instance);
            Context.PluginManager.UnloadCommands(instance);

            Context.PluginManager.LoadPacketHandlers(instance);
            Context.PluginManager.UnloadPacketHandlers(instance);
        }