Files

9 lines
173 B
C#
Raw Permalink Normal View History

2025-11-13 17:40:28 +08:00
namespace Unity.XR.PICO.TOBSupport
{
public enum PowerOnOffLogoEnum
{
PLPowerOnLogo=0,
PLPowerOnAnimation=1,
PLPowerOffAnimation=2
}
}