using RJWSexperience.Ideology.Filters; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Verse; namespace RJWSexperience.Ideology.Precepts { /// /// Special Def extension for the Incestuous issue precepts /// [SuppressMessage("Minor Code Smell", "S1104:Fields should not have public accessibility", Justification = "Def loader")] public class DefExtension_Incest : DefModExtension { public List allowManualRomanceOnlyFor; } }