Ejemplo n.º 1
0
 public static EntityAttribute_A_L <Game.Enums.Spirit, double> Get(this ISpiritAttributes entity, Spirit type) =>
 entity.SpiritAttributes.Find(x => x.Type == type);
Ejemplo n.º 2
0
 public static EntityAttribute <Game.Enums.SpiritFlag, bool> Get(this ISpiritAttributes entity, SpiritFlag type) =>
 entity.FlagAttributes.Find(x => x.Type == type);
Ejemplo n.º 3
0
 public static EntityAttribute_A_L <Numeral, double> Get(this ISpiritAttributes entity, Numeral type) =>
 entity.NumeralAttributes.Find(x => x.Type == type);