14 lines
170 B
C#
14 lines
170 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Reserved_t
|
|
{
|
|
public ulong reserved0;
|
|
|
|
public ulong reserved1;
|
|
|
|
public ulong reserved2;
|
|
|
|
public ulong reserved3;
|
|
}
|
|
}
|