Exemple #1
0
        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);
        }
Exemple #2
0
 public void ResetNoPriorityPatchOnEntries()
 {
     NoPriorityPatchOnEntries = BannedWorkGiverEntry.GetDefaultEntries().ToList();
 }