mirror of
https://github.com/snltty/linker.git
synced 2025-10-28 03:13:15 +08:00
10 lines
157 B
C#
10 lines
157 B
C#
namespace cmonitor.server.service.messengers.light
|
|
{
|
|
public enum LightMessengerIds : ushort
|
|
{
|
|
Update = 1000,
|
|
|
|
None = 1099
|
|
}
|
|
}
|