refactor: using Coffee.Internal

This commit is contained in:
mob-sakai
2024-09-30 00:18:21 +09:00
parent a96b6915ef
commit 8c1bef4373
7 changed files with 81 additions and 479 deletions

View File

@@ -7,7 +7,7 @@ using UnityEditorInternal;
using UnityEngine;
using UnityEngine.Profiling;
using UnityEngine.UI;
using Coffee.UIParticleExtensions;
using Coffee.UIParticleInternal;
#if UNITY_2021_2_OR_NEWER
using UnityEditor.Overlays;
#else