Beispiel #1
0
 public BasicPluginEntry(string name, int offset, bool visible, BasicPluginType type)
     : base(name, offset, visible)
 {
     _type = type;
 }
 public BasicPluginEntry(string name, int offset, bool visible, BasicPluginType type)
     : base(name, offset, visible)
 {
     _type = type;
 }