Exemplo n.º 1
0
 public NamedVobDefEffectHandler(string objName, List <Effect> effects, NamedVobDef host)
     : base(objName, effects, host)
 {
 }
Exemplo n.º 2
0
 public NamedVobInst(NamedVobDef def) : this()
 {
     this.Definition = def;
 }
Exemplo n.º 3
0
 public NamedVobDefEffectHandler(List <Effect> effects, NamedVobDef host)
     : this("NamedVobDefEffectHandler", effects, host)
 {
 }
Exemplo n.º 4
0
 protected NamedVobInst(NamedVobDef def) : base(def)
 {
     this.Definition = def;
 }