diff --git a/Content.Shared/CCVar/CCVars.Interface.cs b/Content.Shared/CCVar/CCVars.Interface.cs index 3779f521c7..e04f9d84b8 100644 --- a/Content.Shared/CCVar/CCVars.Interface.cs +++ b/Content.Shared/CCVar/CCVars.Interface.cs @@ -7,12 +7,14 @@ public sealed partial class CCVars /// /// The sound played when clicking a UI button /// + // Sunrise-Edit public static readonly CVarDef UIClickSound = CVarDef.Create("interface.click_sound", "/Audio/_Sunrise/UserInterface/button_click.ogg", CVar.REPLICATED); /// /// The sound played when the mouse hovers over a clickable UI element /// + // Sunrise-Edit public static readonly CVarDef UIHoverSound = CVarDef.Create("interface.hover_sound", "/Audio/_Sunrise/UserInterface/button_hover.ogg", CVar.REPLICATED);