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