Ejemplo n.º 1
0
 public Character AddTrait(Trait trait) => trait.Add(this);
Ejemplo n.º 2
0
 public TraitData(Trait trait, object content) : this(trait)
 {
     TraitContent = content;
 }
 public TraitToLearn(Trait trait)
 {
     Trait = trait;
 }
Ejemplo n.º 4
0
 public TraitData(Trait trait)
 {
     Trait = trait;
 }