вот так
This commit is contained in:
parent
e295eb56c6
commit
692e1bcdf0
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue