10 lines
138 B
C#
10 lines
138 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
public struct ovrAvatarBaseComponent
|
|
{
|
|
public Vector3 basePosition;
|
|
|
|
public IntPtr renderComponent;
|
|
}
|