Exemplo n.º 1
0
 public ControlSystem(ITraitComponent owner)
 {
     this.owner = owner;
 }
Exemplo n.º 2
0
 public AOEShot(Data.Traits.AOEShot trait, ITraitComponent owner)
 {
     this.trait = trait;
     Owner      = owner;
 }
Exemplo n.º 3
0
 public Armored(Data.Traits.Armored trait, ITraitComponent owner)
 {
     this.trait = trait;
     Owner      = owner;
 }
Exemplo n.º 4
0
 public abstract ITraitSystem GetSystem(ITraitComponent owner);
Exemplo n.º 5
0
 public Multishot(Data.Traits.Multishot trait, ITraitComponent owner)
 {
     this.trait = trait;
     Owner      = owner;
 }
Exemplo n.º 6
0
 public Chainshot(Data.Traits.Chainshot trait, ITraitComponent owner)
 {
     this.trait = trait;
     Owner      = owner;
 }