Added check by bodydef in actors

This commit is contained in:
Platinum 2020-07-07 14:54:59 -07:00
parent 993f730191
commit feb7e8a557
5 changed files with 8 additions and 2 deletions

View file

@ -17,6 +17,7 @@ namespace Rimworld_Animations {
public bool isFucking = false;
public bool isFucked = false;
public bool controlGenitalAngle = false;
public List<BodyDef> bodyDefTypes = new List<BodyDef>();
public BodyTypeOffset bodyTypeOffset = new BodyTypeOffset();
public Vector3 offset = new Vector2(0, 0);