Fix missing using statement

This commit is contained in:
bd_ 2022-10-02 18:29:52 -07:00
parent 922fcb5fb0
commit 9b4d98a14d

View File

@ -24,6 +24,9 @@
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace net.fushizen.modular_avatar.core
{