mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Rename and move RJWUtility_Ideo
This commit is contained in:
parent
a6098bed72
commit
8c353b572b
6 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
using RimWorld;
|
using RimWorld;
|
||||||
using RJWSexperience.Ideology.HistoryEvents;
|
|
||||||
using Verse;
|
using Verse;
|
||||||
|
|
||||||
namespace RJWSexperience.Ideology
|
namespace RJWSexperience.Ideology.HistoryEvents
|
||||||
{
|
{
|
||||||
public static class RJWUtility_Ideo
|
public static class HistoryEventDefExtensionMethods
|
||||||
{
|
{
|
||||||
public static void RecordEventWithPartner(this HistoryEventDef def, Pawn pawn, Pawn partner)
|
public static void RecordEventWithPartner(this HistoryEventDef def, Pawn pawn, Pawn partner)
|
||||||
{
|
{
|
|
@ -1,6 +1,7 @@
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
using RimWorld;
|
using RimWorld;
|
||||||
using rjw;
|
using rjw;
|
||||||
|
using RJWSexperience.Ideology.HistoryEvents;
|
||||||
using RJWSexperience.Ideology.Precepts;
|
using RJWSexperience.Ideology.Precepts;
|
||||||
using Verse;
|
using Verse;
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ using RimWorld;
|
||||||
using rjw;
|
using rjw;
|
||||||
using rjw.Modules.Interactions.Internals.Implementation;
|
using rjw.Modules.Interactions.Internals.Implementation;
|
||||||
using rjw.Modules.Interactions.Objects;
|
using rjw.Modules.Interactions.Objects;
|
||||||
|
using RJWSexperience.Ideology.HistoryEvents;
|
||||||
using RJWSexperience.Ideology.Precepts;
|
using RJWSexperience.Ideology.Precepts;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
using RimWorld;
|
using RimWorld;
|
||||||
using rjw;
|
using rjw;
|
||||||
|
using RJWSexperience.Ideology.HistoryEvents;
|
||||||
using RJWSexperience.Ideology.Precepts;
|
using RJWSexperience.Ideology.Precepts;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Verse;
|
using Verse;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
using rjw;
|
using rjw;
|
||||||
|
using RJWSexperience.Ideology.HistoryEvents;
|
||||||
using Verse;
|
using Verse;
|
||||||
|
|
||||||
namespace RJWSexperience.Ideology.Patches
|
namespace RJWSexperience.Ideology.Patches
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<Compile Include="Ideology\SinglePawnFilter.cs" />
|
<Compile Include="Ideology\SinglePawnFilter.cs" />
|
||||||
<Compile Include="Ideology\Precepts\Comp_SelfTookMemoryThought_Gendered.cs" />
|
<Compile Include="Ideology\Precepts\Comp_SelfTookMemoryThought_Gendered.cs" />
|
||||||
<Compile Include="Ideology\Precepts\Comp_KnowsMemoryThought_Gendered.cs" />
|
<Compile Include="Ideology\Precepts\Comp_KnowsMemoryThought_Gendered.cs" />
|
||||||
<Compile Include="Ideology\RJWUtility_Ideo.cs" />
|
<Compile Include="Ideology\HistoryEvents\HistoryEventDefExtensionMethods.cs" />
|
||||||
<Compile Include="Ideology\Patches\RJW_Patch_ChancePerHour.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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue