Files
CMLeonOS/Gui/Sound/SystemSound.cs

10 lines
130 B
C#
Raw Normal View History

2026-03-01 17:03:49 +08:00
namespace CMLeonOS.Gui.Sound
{
internal enum SystemSound
{
None = 0,
Login = 1,
Alert = 2
}
}