コード例 #1
0
ファイル: BasicPluginEntry.cs プロジェクト: t3hm00kz/Assembly
 public BasicPluginEntry(string name, int offset, bool visible, BasicPluginType type)
     : base(name, offset, visible)
 {
     _type = type;
 }
コード例 #2
0
 public BasicPluginEntry(string name, int offset, bool visible, BasicPluginType type)
     : base(name, offset, visible)
 {
     _type = type;
 }