コード例 #1
0
ファイル: TChatChannels.cs プロジェクト: jordsti/TPulse
 public TChatChannels(Main game)
     : base(game)
 {
     AutoJoin = true;
     PlugInHandler.AddPlugIn(this);
     Manager = new ChannelManager();
 }
コード例 #2
0
 public TArena(Main game)
     : base(game)
 {
     PlugInHandler.AddPlugIn(this);
 }
コード例 #3
0
ファイル: TFriends.cs プロジェクト: jordsti/TPulse
 public TFriends(Main game) : base(game)
 {
     PlugInHandler.AddPlugIn(this);
 }
コード例 #4
0
ファイル: TPluginSample.cs プロジェクト: jordsti/TPulse
 public TPluginSample(Main game)
     : base(game)
 {
     PlugInHandler.AddPlugIn(this);
 }