mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Animation selection refactor, now accounts for interactiondef
This commit is contained in:
parent
150d93d549
commit
1d80bcb9ca
5 changed files with 115 additions and 147 deletions
|
@ -14,6 +14,7 @@ namespace Rimworld_Animations {
|
|||
public int animationTimeTicks = 0; //do not set manually
|
||||
public bool sounds = false;
|
||||
public List<rjw.xxx.rjwSextype> sexTypes;
|
||||
public List<InteractionDef> interactionDefTypes = null;
|
||||
|
||||
public override void PostLoad() {
|
||||
base.PostLoad();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue