6 lines
101 B
C#
6 lines
101 B
C#
using UnityEngine;
|
|
|
|
namespace UnityGLTF
|
|
{
|
|
public class MaterialLibrary: ScriptableObject { }
|
|
} |