From 2b59b71942ab046221f3aa43683127026728425b Mon Sep 17 00:00:00 2001 From: pandravrc <162582491+pandravrc@users.noreply.github.com> Date: Sun, 8 Sep 2024 06:08:30 +0900 Subject: [PATCH] Fix Typo --- Editor/EmotePrefab.cs | 1 - Editor/MyTest.cs | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Editor/EmotePrefab.cs b/Editor/EmotePrefab.cs index c03ef96..0667b21 100644 --- a/Editor/EmotePrefab.cs +++ b/Editor/EmotePrefab.cs @@ -11,7 +11,6 @@ using com.github.pandrabox.emoteprefab.runtime; using static com.github.pandrabox.emoteprefab.runtime.Generic; using com.github.pandrabox.emoteprefab.editor; -using Pan.Lib; [assembly: ExportsPlugin(typeof(EmotePrefabPass))] diff --git a/Editor/MyTest.cs b/Editor/MyTest.cs index 209f0f8..0bbd480 100644 --- a/Editor/MyTest.cs +++ b/Editor/MyTest.cs @@ -9,11 +9,12 @@ using UnityEditor.Animations; using VRC.SDK3.Avatars.Components; using com.github.pandrabox.emoteprefab.runtime; -using Pan.Lib; +using static com.github.pandrabox.emoteprefab.runtime.Generic; +using com.github.pandrabox.emoteprefab.editor; [assembly: ExportsPlugin(typeof(MyTestPass))] -namespace Pan.Lib +namespace com.github.pandrabox.emoteprefab.runtime { /// /// To call from Unity menu (Debug Only, Comment out upon release.)