12 lines
170 B
C#
12 lines
170 B
C#
namespace Valve.VR
|
|
{
|
|
public enum EVRNotificationStyle
|
|
{
|
|
None = 0,
|
|
Application = 100,
|
|
Contact_Disabled = 200,
|
|
Contact_Enabled = 201,
|
|
Contact_Active = 202
|
|
}
|
|
}
|