From 7b3f628215eebd5f095b387e62d97043fd3f49ad Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 18 Oct 2024 18:54:08 +0200 Subject: [PATCH] Add libs to COI --- .../CaptainOfIndustry/CaptainOfIndustry.csproj | 6 ++++++ Projects/CaptainOfIndustry/CaptainOfIndustry/Patches.cs | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj b/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj index b65a85c..2c8128c 100644 --- a/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj +++ b/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj @@ -52,6 +52,12 @@ $(GAME_MANAGED)/UnityEngine.CoreModule.dll + + $(GAME_MANAGED)/Mafi.dll + + + $(GAME_MANAGED)/Mafi.Core.dll + \ No newline at end of file diff --git a/Projects/CaptainOfIndustry/CaptainOfIndustry/Patches.cs b/Projects/CaptainOfIndustry/CaptainOfIndustry/Patches.cs index c6b1fd0..5e2a1d8 100644 --- a/Projects/CaptainOfIndustry/CaptainOfIndustry/Patches.cs +++ b/Projects/CaptainOfIndustry/CaptainOfIndustry/Patches.cs @@ -1,5 +1,4 @@ using System; -using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection.Emit;