Beispiel #1
0
 public static EntityAttribute_A <Game.Enums.Enemy, double> Get(this IEnemyAttributes entity, Game.Enums.Enemy type) =>
 entity.EnemyAttributes.Find(x => x.Type == type);
Beispiel #2
0
 public static EntityAttribute_A_L <Numeral, double> Get(this IEnemyAttributes entity, Numeral type) =>
 entity.NumeralAttributes.Find(x => x.Type == type);