Skip to content

Commit 99e7b94

Browse files
authored
Update BaseMenu.cs
1 parent 9500b6b commit 99e7b94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

API/Class/BaseMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using CS2MenuManager.API.Enum;
55
using CS2MenuManager.API.Interface;
66
using CS2MenuManager.API.Menu;
7-
using static CounterStrikeSharp.API.Modules.Commands.CommandInfo;
7+
using static CounterStrikeSharp.API.Modules.Commands.CommandInfo;
88

99
namespace CS2MenuManager.API.Class;
1010

@@ -326,4 +326,4 @@ protected virtual void Dispose(bool disposing)
326326
_disposed = true;
327327
}
328328
}
329-
}
329+
}

0 commit comments

Comments
 (0)