Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrabox committed Sep 7, 2024
1 parent a4523c8 commit 2b59b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Editor/EmotePrefab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]

Expand Down
5 changes: 3 additions & 2 deletions Editor/MyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/// <summary>
/// To call from Unity menu (Debug Only, Comment out upon release.)
Expand Down

0 comments on commit 2b59b71

Please sign in to comment.