Files
2026-05-30 16:04:37 +08:00

9 lines
173 B
C#
Executable File

namespace Unity.XR.PICO.TOBSupport
{
public enum PowerOnOffLogoEnum
{
PLPowerOnLogo=0,
PLPowerOnAnimation=1,
PLPowerOffAnimation=2
}
}