Files

8 lines
119 B
C#
Raw Permalink Normal View History

2025-11-13 17:40:28 +08:00
namespace Unity.XR.PICO.TOBSupport
{
public enum USBConfigModeEnum
{
MTP=0,
CHARGE=1
}
}