diff --git a/SongBrowserPlugin/UI/SongFilterButton.cs b/SongBrowserPlugin/UI/SongFilterButton.cs new file mode 100644 index 0000000..436a442 --- /dev/null +++ b/SongBrowserPlugin/UI/SongFilterButton.cs @@ -0,0 +1,11 @@ +using SongBrowserPlugin.DataAccess; +using UnityEngine.UI; + +namespace SongBrowserPlugin.UI +{ + class SongFilterButton + { + public SongFilterMode FilterMode; + public Button Button; + } +}