9 lines
139 B
C#
9 lines
139 B
C#
using System;
|
|
|
|
public struct ovrAvatarControllerComponent
|
|
{
|
|
public ovrAvatarHandInputState inputState;
|
|
|
|
public IntPtr renderComponent;
|
|
}
|