コード例 #1
0
ファイル: ModulePlugin.cs プロジェクト: ttwj/dreamskape
 public virtual void Initialize()
 {
     instance = this;
     this.registerHook (Hooks.SERVER_BURST_END);
 }
コード例 #2
0
ファイル: ChannelManager.cs プロジェクト: ttwj/dreamskape
 public ChannelManager(Channel channel, ModulePlugin plugin)
 {
     this.channel = channel;
     this.plugin = plugin;
 }