From 81e5df4417229fad1641da7887d38b3425b5fa68 Mon Sep 17 00:00:00 2001 From: Lacyway <20912169+Lacyway@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:07:44 +0100 Subject: [PATCH] Fix debug compile --- Fika.Core/Console/FikaCommands.cs | 9 +++++++++ Fika.Core/Coop/Players/CoopPlayer.cs | 1 + .../Networking/Websocket/FikaNotificationManager.cs | 1 + 3 files changed, 11 insertions(+) diff --git a/Fika.Core/Console/FikaCommands.cs b/Fika.Core/Console/FikaCommands.cs index c297affb..681d2cf7 100644 --- a/Fika.Core/Console/FikaCommands.cs +++ b/Fika.Core/Console/FikaCommands.cs @@ -1,8 +1,17 @@ using Comfort.Common; using EFT; using EFT.Console.Core; +using EFT.InventoryLogic; using EFT.UI; +using Fika.Core.Coop.Components; using Fika.Core.Coop.GameMode; +using Fika.Core.Coop.Players; +using Fika.Core.Coop.Utils; +using Fika.Core.Networking; +using HarmonyLib; +using System; +using System.Collections.Generic; +using UnityEngine; namespace Fika.Core.Console { diff --git a/Fika.Core/Coop/Players/CoopPlayer.cs b/Fika.Core/Coop/Players/CoopPlayer.cs index eca874b0..9b6f41d7 100644 --- a/Fika.Core/Coop/Players/CoopPlayer.cs +++ b/Fika.Core/Coop/Players/CoopPlayer.cs @@ -8,6 +8,7 @@ using EFT.Interactive; using EFT.InventoryLogic; using EFT.SynchronizableObjects; +using EFT.UI; using EFT.Vehicle; using Fika.Core.Coop.ClientClasses; using Fika.Core.Coop.ClientClasses.HandsControllers; diff --git a/Fika.Core/Networking/Websocket/FikaNotificationManager.cs b/Fika.Core/Networking/Websocket/FikaNotificationManager.cs index a2f31af4..3fc421cf 100644 --- a/Fika.Core/Networking/Websocket/FikaNotificationManager.cs +++ b/Fika.Core/Networking/Websocket/FikaNotificationManager.cs @@ -8,6 +8,7 @@ using System; using System.Collections; using System.Collections.Concurrent; +using System.Linq; using UnityEngine; using WebSocketSharp;