10 lines
126 B
C#
10 lines
126 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Notification_t
|
|
{
|
|
public ulong ulUserValue;
|
|
|
|
public uint notificationId;
|
|
}
|
|
}
|