From f8e7db2b4da66b67759f3d6d619dfd1b107bb9bc Mon Sep 17 00:00:00 2001 From: OutsiderH Date: Fri, 8 Sep 2023 16:14:37 +0800 Subject: [PATCH] final commit of release1.0.0 --- RoundPreset/Plugin.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RoundPreset/Plugin.cs b/RoundPreset/Plugin.cs index 08e5222..149bf6a 100644 --- a/RoundPreset/Plugin.cs +++ b/RoundPreset/Plugin.cs @@ -1,6 +1,6 @@ using Aki.Reflection.Utils; using BepInEx; -using BepInEx.Logging; +//using BepInEx.Logging; using Comfort.Common; using EFT; using EFT.InventoryLogic; @@ -15,13 +15,13 @@ namespace OutsiderH.RoundPreset { - using ItemManager = GClass2672; + using static Plugin; + using AddItemEventArgs = GEventArgs2; + using BaseItemEventArgs = GEventArgs1; using ItemJobResult = GStruct370; + using ItemManager = GClass2672; using MagazinePtr = GClass2666; using MenuInventoryController = GClass2662; - using BaseItemEventArgs = GEventArgs1; - using AddItemEventArgs = GEventArgs2; - using static Plugin; [BepInPlugin("outsiderh.roundpreset", "RoundPreset", "1.0.0")] public class Plugin : BaseUnityPlugin