Пример #1
0
 public virtual void Initialize()
 {
     instance = this;
     this.registerHook (Hooks.SERVER_BURST_END);
 }
Пример #2
0
 public ChannelManager(Channel channel, ModulePlugin plugin)
 {
     this.channel = channel;
     this.plugin = plugin;
 }