ModularUnlockPack - KitchenMods/KitchenLib GitHub Wiki
...
List<IUnlockSet> Sets //
List<IUnlockFilter> Filter //
List<IUnlockSorter> Sorters //
List<ConditionalOptions> ConditionalOptions //
int ID // This is the unique identifier for this GameDataObject. This should not be changed.
string UniqueNameID // This is used to generate a hashed ID.
int BaseGameDataObjectID // This is used to use another GameDataObject's values as a base for this GameDataObject.