Ejemplo n.º 1
0
 public void DrawBody()
 {
     if (PrimaryLibrary != null)
     {
         PrimaryLibrary.Draw(ImageIndex + (ArmourShape * AOffSet) + (Gender == MirGender.Male ? 0 : GOffSet), DisplayRectangle.Location, DrawColour, 1F, true);
     }
 }