10 lines
97 B
C#
10 lines
97 B
C#
namespace Valve.VR
|
|
{
|
|
public enum EVRFirmwareError
|
|
{
|
|
None = 0,
|
|
Success = 1,
|
|
Fail = 2
|
|
}
|
|
}
|