public static BannedWorkGiverEntry GetBannedWorkGiverEntry(string typeName, string description, string modId, bool enabled) { var result = new BannedWorkGiverEntry(); result.typeName = typeName; result.description = description; result.modId = modId; result.enabled = enabled; return(result); }
public void ResetNoPriorityPatchOnEntries() { NoPriorityPatchOnEntries = BannedWorkGiverEntry.GetDefaultEntries().ToList(); }