mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Create Patches namespace
This commit is contained in:
parent
e3b16082d7
commit
4fc6777446
6 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
using HarmonyLib;
|
||||
using RJWSexperience.Ideology.Patches;
|
||||
using System.Reflection;
|
||||
using Verse;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ using rjw;
|
|||
using RJWSexperience.Ideology.Precepts;
|
||||
using Verse;
|
||||
|
||||
namespace RJWSexperience.Ideology
|
||||
namespace RJWSexperience.Ideology.Patches
|
||||
{
|
||||
[HarmonyPatch(typeof(ThinkNode_ChancePerHour_Bestiality), "MtbHours")]
|
||||
public static class RJW_Patch_ChancePerHour_Bestiality
|
||||
|
|
|
@ -7,7 +7,7 @@ using RJWSexperience.Ideology.Precepts;
|
|||
using System;
|
||||
using Verse;
|
||||
|
||||
namespace RJWSexperience.Ideology
|
||||
namespace RJWSexperience.Ideology.Patches
|
||||
{
|
||||
public static class RJWUtility_Ideo
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ using RJWSexperience.Ideology.Precepts;
|
|||
using System.Collections.Generic;
|
||||
using Verse;
|
||||
|
||||
namespace RJWSexperience.Ideology
|
||||
namespace RJWSexperience.Ideology.Patches
|
||||
{
|
||||
[HarmonyPatch(typeof(MarriageCeremonyUtility), "Married")]
|
||||
public static class Rimworld_Patch_Marriage
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using rjw;
|
||||
using Verse;
|
||||
|
||||
namespace RJWSexperience.Ideology
|
||||
namespace RJWSexperience.Ideology.Patches
|
||||
{
|
||||
public static class Sexperience_Patch_ThrowVirginHIstoryEvent
|
||||
{
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<Compile Include="Ideology\HistoryEventArgsNamesCustom.cs" />
|
||||
<Compile Include="Ideology\IssueUtility.cs" />
|
||||
<Compile Include="Ideology\Keyed.cs" />
|
||||
<Compile Include="Ideology\Patches\RJW_Patch_ChancePerHour.cs" />
|
||||
<Compile Include="Ideology\Precepts\DefExtension_ModifyMtb.cs" />
|
||||
<Compile Include="Ideology\Precepts\DefExtension_ModifyFappinMtb.cs" />
|
||||
<Compile Include="Ideology\Precepts\DefExtension_ModifyRapeCPMtb.cs" />
|
||||
|
|
Loading…
Reference in a new issue