sizedapparel/1.3/source/SizedApparel/Graphic_BodyParts.cs

16 lines
355 B
C#
Raw Normal View History

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