public NamedVobDefEffectHandler(string objName, List <Effect> effects, NamedVobDef host) : base(objName, effects, host) { }
public NamedVobInst(NamedVobDef def) : this() { this.Definition = def; }
public NamedVobDefEffectHandler(List <Effect> effects, NamedVobDef host) : this("NamedVobDefEffectHandler", effects, host) { }
protected NamedVobInst(NamedVobDef def) : base(def) { this.Definition = def; }