better bodytype offsets for hulk

This commit is contained in:
Platinum 2020-05-08 18:19:38 -07:00
parent ce09ac0b2a
commit 04717154e3
7 changed files with 67 additions and 2 deletions

View file

@ -16,6 +16,7 @@ namespace Rimworld_Animations {
public bool isFucking = false;
public bool isFucked = false;
public bool controlGenitalAngle = false;
public BodyTypeOffset bodyTypeOffset = new BodyTypeOffset();
public Vector3 offset = new Vector2(0, 0);
}
}