Skip to content

Commit

Permalink
Organize.
Browse files Browse the repository at this point in the history
  • Loading branch information
halsafar committed Aug 10, 2018
1 parent 1da946f commit 857216f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions SongBrowserPlugin/SongBrowserApplication.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
using UnityEngine;
using System.Linq;
using System;
using SongLoaderPlugin.OverrideClasses;
using UnityEngine.SceneManagement;
using SongBrowserPlugin.UI;
using SongLoaderPlugin;
using UnityEngine.UI;
using SongBrowserPlugin.UI;
using SongLoaderPlugin.OverrideClasses;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;

namespace SongBrowserPlugin
{
Expand Down

0 comments on commit 857216f

Please sign in to comment.