From 099412c21efaf2059c64153ea5f9ee6e6371c4cb Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 12 Jul 2023 17:52:32 +0100 Subject: [PATCH] Add missing using --- project/Aki.Custom/Patches/CustomAiPatch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Aki.Custom/Patches/CustomAiPatch.cs b/project/Aki.Custom/Patches/CustomAiPatch.cs index 2a3456a..228bbcd 100644 --- a/project/Aki.Custom/Patches/CustomAiPatch.cs +++ b/project/Aki.Custom/Patches/CustomAiPatch.cs @@ -3,6 +3,7 @@ using Aki.Reflection.Patching; using EFT; using Newtonsoft.Json; using System; +using Comfort.Common; using System.Collections.Generic; using System.Linq; using System.Reflection;