Ejemplo n.º 1
0
 private static BodyPart CreateStandardPart(EBodyPartType type, string Name) => new BodyPart()
 {
     Name = Name, MaxHP = 100, CurrentHP = 100, Equipped = new HashSet <Item>()
 };
 public StunGroup()
 {
     BodyPartList = new EBodyPartType[0];
 }