Skip to content

Commit

Permalink
1.5 Update part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Apr 12, 2024
1 parent 51c9e11 commit 776c89d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/Multiplayer_Compat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</ItemGroup>

<ItemGroup>
<Publicize Include="Assembly-CSharp" />
<Publicize Include="Assembly-CSharp;0Harmony" />
</ItemGroup>
</Project>
6 changes: 4 additions & 2 deletions Source_Referenced/CompositableLoadouts.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#if false
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
Expand Down Expand Up @@ -830,4 +831,5 @@ private Filter GetDefaultFilter()

#endregion
}
}
}
#endif
4 changes: 3 additions & 1 deletion Source_Referenced/SaveOurShip2.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
#if false
using System.Collections.Generic;
using HarmonyLib;
using Multiplayer.API;
using RimWorld;
Expand Down Expand Up @@ -371,3 +372,4 @@ private static void PostTryLaunch()
}
}
}
#endif
4 changes: 3 additions & 1 deletion Source_Referenced/VanillaExpandedFrameworkReferenced.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#if false
using System;
using System.Collections.Generic;
using System.Linq;
using HarmonyLib;
Expand Down Expand Up @@ -321,3 +322,4 @@ private static void SyncedRemoveFromOutpost(Outpost outpost, int pawnIndex)
}
}
}
#endif
6 changes: 4 additions & 2 deletions Source_Referenced/VanillaFactionsDeserters.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
#if false
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
Expand Down Expand Up @@ -546,4 +547,5 @@ private static IEnumerable<CodeInstruction> ReplaceServicePurchaseButton(IEnumer

#endregion
}
}
}
#endif

0 comments on commit 776c89d

Please sign in to comment.