Skip to content

Commit

Permalink
Added missing using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 16, 2023
1 parent 258deb9 commit 11e32cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion LemonUI/Menus/NativeSpacerItem.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
using System.Drawing;
#if FIVEM
using CitizenFX.Core.UI;
#elif RAGEMP
using RAGE.Game;
#elif SHVDN3 || SHVDNC
using GTA.UI;
#endif
using System.Drawing;

namespace LemonUI.Menus
{
Expand Down

0 comments on commit 11e32cb

Please sign in to comment.