예제 #1
0
 // Used to create Npc bodies
 public static BodyPartRecord GetBodyPart(Race race, BodyPartPiece bodyPartType, bool isFemale) => RaceBodyParts[race].GetPart(bodyPartType, isFemale);