sizedapparel/1.3/source/SizedApparel/Graphic_BodyParts.cs

16 lines
355 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SizedApparel
{
//Does it better to optimize?
public class Graphic_BodyParts : Verse.Graphic_Multi
{
public float serverity;
public string bodyPart; // such as breasts, penis
}
}