From 667969473cbdd555abc81a70f045139daf132666 Mon Sep 17 00:00:00 2001 From: Hannele Ruiz Date: Sat, 16 Dec 2023 11:39:40 -0300 Subject: [PATCH] Fixed location of the System import --- LemonUI/Sound.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LemonUI/Sound.cs b/LemonUI/Sound.cs index 99459cb..7d278d3 100644 --- a/LemonUI/Sound.cs +++ b/LemonUI/Sound.cs @@ -7,13 +7,13 @@ using Rage; using Rage.Native; #elif SHVDN3 || SHVDNC -using System; using GTA; using GTA.Native; #elif ALTV using AltV.Net.Client; using AltV.Net.Client.Elements.Entities; #endif +using System; namespace LemonUI {