mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-31 02:32:53 +08:00
Fix missing using statement
This commit is contained in:
parent
922fcb5fb0
commit
9b4d98a14d
@ -24,6 +24,9 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
#endif
|
||||
|
||||
namespace net.fushizen.modular_avatar.core
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user