mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2026-06-18 19:25:59 +00:00
14 lines
No EOL
411 B
C#
14 lines
No EOL
411 B
C#
using rjw.Modules.Interactions;
|
|
using rjw.Modules.Interactions.Preferences;
|
|
|
|
namespace RJWSexperience.Ideology
|
|
{
|
|
/// <summary>
|
|
/// SelfPartPreference proxy to include in the Defs
|
|
/// </summary>
|
|
public class SelfPartPreferenceDef : SexPreferenceDef {
|
|
public LewdablePartFamily part;
|
|
|
|
protected override SexPreference ThisToSexPref() => new SelfPartPreference(part, score);
|
|
}
|
|
} |