вот так

This commit is contained in:
Vigers Ray 2025-01-20 07:08:43 +03:00
parent e295eb56c6
commit 692e1bcdf0

View file

@ -7,12 +7,14 @@ public sealed partial class CCVars
/// <summary>
/// The sound played when clicking a UI button
/// </summary>
// Sunrise-Edit
public static readonly CVarDef<string> UIClickSound =
CVarDef.Create("interface.click_sound", "/Audio/_Sunrise/UserInterface/button_click.ogg", CVar.REPLICATED);
/// <summary>
/// The sound played when the mouse hovers over a clickable UI element
/// </summary>
// Sunrise-Edit
public static readonly CVarDef<string> UIHoverSound =
CVarDef.Create("interface.hover_sound", "/Audio/_Sunrise/UserInterface/button_hover.ogg", CVar.REPLICATED);