fix namespace

This commit is contained in:
Tyfon
2024-06-10 12:38:25 -07:00
parent 613130f537
commit 4315ca668b
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace UIFixes.Patches
namespace UIFixes
{
public class LoadAmmoInRaidPatches
{

View File

@@ -1,7 +1,6 @@
using BepInEx;
using Comfort.Common;
using EFT;
using UIFixes.Patches;
namespace UIFixes
{