8 lines
119 B
C#
Executable File
8 lines
119 B
C#
Executable File
namespace Unity.XR.PICO.TOBSupport
|
|
{
|
|
public enum USBConfigModeEnum
|
|
{
|
|
MTP=0,
|
|
CHARGE=1
|
|
}
|
|
} |