mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
17 lines
510 B
C#
17 lines
510 B
C#
|
using RJWSexperience.Ideology.Filters;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Diagnostics.CodeAnalysis;
|
|||
|
using Verse;
|
|||
|
|
|||
|
namespace RJWSexperience.Ideology.Precepts
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Special Def extension for the Incestuous issue precepts
|
|||
|
/// </summary>
|
|||
|
[SuppressMessage("Minor Code Smell", "S1104:Fields should not have public accessibility", Justification = "Def loader")]
|
|||
|
public class DefExtension_Incest : DefModExtension
|
|||
|
{
|
|||
|
public List<BloodRelationDegree> allowManualRomanceOnlyFor;
|
|||
|
}
|
|||
|
}
|