diff --git a/Source/Multiplayer_Compat.csproj b/Source/Multiplayer_Compat.csproj index a640009..2f9a9b8 100644 --- a/Source/Multiplayer_Compat.csproj +++ b/Source/Multiplayer_Compat.csproj @@ -33,6 +33,6 @@ - + diff --git a/Source_Referenced/CompositableLoadouts.cs b/Source_Referenced/CompositableLoadouts.cs index 8b595ea..3980079 100644 --- a/Source_Referenced/CompositableLoadouts.cs +++ b/Source_Referenced/CompositableLoadouts.cs @@ -1,4 +1,5 @@ -using System; +#if false +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; @@ -830,4 +831,5 @@ private Filter GetDefaultFilter() #endregion } -} \ No newline at end of file +} +#endif \ No newline at end of file diff --git a/Source_Referenced/SaveOurShip2.cs b/Source_Referenced/SaveOurShip2.cs index 0c46e04..b611587 100644 --- a/Source_Referenced/SaveOurShip2.cs +++ b/Source_Referenced/SaveOurShip2.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +#if false +using System.Collections.Generic; using HarmonyLib; using Multiplayer.API; using RimWorld; @@ -371,3 +372,4 @@ private static void PostTryLaunch() } } } +#endif \ No newline at end of file diff --git a/Source_Referenced/VanillaExpandedFrameworkReferenced.cs b/Source_Referenced/VanillaExpandedFrameworkReferenced.cs index b05cc5f..4f5fcd3 100644 --- a/Source_Referenced/VanillaExpandedFrameworkReferenced.cs +++ b/Source_Referenced/VanillaExpandedFrameworkReferenced.cs @@ -1,4 +1,5 @@ -using System; +#if false +using System; using System.Collections.Generic; using System.Linq; using HarmonyLib; @@ -321,3 +322,4 @@ private static void SyncedRemoveFromOutpost(Outpost outpost, int pawnIndex) } } } +#endif \ No newline at end of file diff --git a/Source_Referenced/VanillaFactionsDeserters.cs b/Source_Referenced/VanillaFactionsDeserters.cs index 428843e..f112720 100644 --- a/Source_Referenced/VanillaFactionsDeserters.cs +++ b/Source_Referenced/VanillaFactionsDeserters.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +#if false +using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; @@ -546,4 +547,5 @@ private static IEnumerable ReplaceServicePurchaseButton(IEnumer #endregion } -} \ No newline at end of file +} +#endif \ No newline at end of file