Skip to content

Commit

Permalink
final commit of release1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OutsiderH committed Sep 8, 2023
1 parent 5ff752d commit f8e7db2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RoundPreset/Plugin.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Aki.Reflection.Utils;
using BepInEx;
using BepInEx.Logging;
//using BepInEx.Logging;
using Comfort.Common;
using EFT;
using EFT.InventoryLogic;
Expand All @@ -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
Expand Down

0 comments on commit f8e7db2

Please sign in to comment.