Updated to include <requiredGender> string for actors

This commit is contained in:
Tory 2021-06-23 23:39:05 +00:00
parent 59e6c533a3
commit fcdb893cfd
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace Rimworld_Animations {
public List<BodyDef> bodyDefTypes = new List<BodyDef>();
public BodyTypeOffset bodyTypeOffset = new BodyTypeOffset();
public Vector3 offset = new Vector2(0, 0);
public List<string> requiredGender;
}
}