Skip to content

Commit

Permalink
Missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
halsafar committed Aug 6, 2018
1 parent d5bf806 commit ea4ce75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SongBrowserPlugin/UI/SongFilterButton.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using SongBrowserPlugin.DataAccess;
using UnityEngine.UI;

namespace SongBrowserPlugin.UI
{
class SongFilterButton
{
public SongFilterMode FilterMode;
public Button Button;
}
}

0 comments on commit ea4ce75

Please sign in to comment.