mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Updated to include <requiredGender> string for actors
This commit is contained in:
parent
59e6c533a3
commit
fcdb893cfd
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ namespace Rimworld_Animations {
|
||||||
public List<BodyDef> bodyDefTypes = new List<BodyDef>();
|
public List<BodyDef> bodyDefTypes = new List<BodyDef>();
|
||||||
public BodyTypeOffset bodyTypeOffset = new BodyTypeOffset();
|
public BodyTypeOffset bodyTypeOffset = new BodyTypeOffset();
|
||||||
public Vector3 offset = new Vector2(0, 0);
|
public Vector3 offset = new Vector2(0, 0);
|
||||||
|
public List<string> requiredGender;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue