public Limb(Game.BodySection section) { Index = section.Body.BodySections.IndexOf(section); Name = section.Name; PartStatus = section.BodyPart.Status.Conv(); SectionStatus = section.Status.Conv(); }
public static Game.BodySectionStatus Conv(this BodySectionStatus el) { return((Game.BodySectionStatus)el); }