2025-10-17 10:23:59 +08:00

8 lines
112 B
C#

namespace Unity.XR.PICO.TOBSupport
{
public enum SwitchEnum
{
S_ON=0,
S_OFF=1
}
}