10 lines
136 B
C#
10 lines
136 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Chaperone_t
|
|
{
|
|
public ulong m_nPreviousUniverse;
|
|
|
|
public ulong m_nCurrentUniverse;
|
|
}
|
|
}
|