Skip to content

Commit

Permalink
removed namespace (bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taliayaya committed Sep 17, 2023
1 parent 769ecd4 commit 91d0906
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using UnityEngine.UIElements;

namespace Editor
{
public class SplitView : TwoPaneSplitView
{
public new class UxmlFactory : UxmlFactory<SplitView, TwoPaneSplitView.UxmlTraits>
{

}
}
}
}
File renamed without changes.

0 comments on commit 91d0906

Please sign in to comment.