Create Patches namespace

This commit is contained in:
amevarashi 2022-06-20 09:51:35 +05:00
parent e3b16082d7
commit 4fc6777446
6 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,5 @@
using HarmonyLib; using HarmonyLib;
using RJWSexperience.Ideology.Patches;
using System.Reflection; using System.Reflection;
using Verse; using Verse;

View File

@ -4,7 +4,7 @@ using rjw;
using RJWSexperience.Ideology.Precepts; using RJWSexperience.Ideology.Precepts;
using Verse; using Verse;
namespace RJWSexperience.Ideology namespace RJWSexperience.Ideology.Patches
{ {
[HarmonyPatch(typeof(ThinkNode_ChancePerHour_Bestiality), "MtbHours")] [HarmonyPatch(typeof(ThinkNode_ChancePerHour_Bestiality), "MtbHours")]
public static class RJW_Patch_ChancePerHour_Bestiality public static class RJW_Patch_ChancePerHour_Bestiality

View File

@ -7,7 +7,7 @@ using RJWSexperience.Ideology.Precepts;
using System; using System;
using Verse; using Verse;
namespace RJWSexperience.Ideology namespace RJWSexperience.Ideology.Patches
{ {
public static class RJWUtility_Ideo public static class RJWUtility_Ideo
{ {

View File

@ -5,7 +5,7 @@ using RJWSexperience.Ideology.Precepts;
using System.Collections.Generic; using System.Collections.Generic;
using Verse; using Verse;
namespace RJWSexperience.Ideology namespace RJWSexperience.Ideology.Patches
{ {
[HarmonyPatch(typeof(MarriageCeremonyUtility), "Married")] [HarmonyPatch(typeof(MarriageCeremonyUtility), "Married")]
public static class Rimworld_Patch_Marriage public static class Rimworld_Patch_Marriage

View File

@ -2,7 +2,7 @@
using rjw; using rjw;
using Verse; using Verse;
namespace RJWSexperience.Ideology namespace RJWSexperience.Ideology.Patches
{ {
public static class Sexperience_Patch_ThrowVirginHIstoryEvent public static class Sexperience_Patch_ThrowVirginHIstoryEvent
{ {

View File

@ -49,6 +49,7 @@
<Compile Include="Ideology\HistoryEventArgsNamesCustom.cs" /> <Compile Include="Ideology\HistoryEventArgsNamesCustom.cs" />
<Compile Include="Ideology\IssueUtility.cs" /> <Compile Include="Ideology\IssueUtility.cs" />
<Compile Include="Ideology\Keyed.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_ModifyMtb.cs" />
<Compile Include="Ideology\Precepts\DefExtension_ModifyFappinMtb.cs" /> <Compile Include="Ideology\Precepts\DefExtension_ModifyFappinMtb.cs" />
<Compile Include="Ideology\Precepts\DefExtension_ModifyRapeCPMtb.cs" /> <Compile Include="Ideology\Precepts\DefExtension_ModifyRapeCPMtb.cs" />