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;