mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-04 08:45:15 -05:00
12 lines
155 B
C#
12 lines
155 B
C#
using UnityEngine;
|
|
|
|
|
|
namespace VRM
|
|
{
|
|
public class VRMMeta : MonoBehaviour
|
|
{
|
|
[SerializeField]
|
|
public VRMMetaObject Meta;
|
|
}
|
|
}
|