defName blacklist

This commit is contained in:
Platinum 2020-04-22 17:09:24 -07:00
parent 1d8d17edbc
commit 6a1786b03f
4 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,7 @@ namespace Rimworld_Animations {
public List<string> defNames;
public List<string> requiredGenitals;
public List<AlienRaceOffset> raceOffsets;
public List<string> blacklistedRaces;
public bool initiator = false;
public string gender;
public bool isFucking = false;