12 lines
155 B
C#
12 lines
155 B
C#
using UnityEngine;
|
|
|
|
|
|
namespace VRM
|
|
{
|
|
public class VRMMeta : MonoBehaviour
|
|
{
|
|
[SerializeField]
|
|
public VRMMetaObject Meta;
|
|
}
|
|
}
|