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