From 692e1bcdf0cdcf37acb605569e26da5929fc9d2b Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 20 Jan 2025 07:08:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D1=82=20=D1=82=D0=B0=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.Interface.cs | 2 ++ 1 file changed, 2 insertions(+) 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);