mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
remove unneeded using directives
This commit is contained in:
parent
2da3de6a9e
commit
fbee49e738
3 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
using HeavenStudio.Util;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using static UnityEditor.Experimental.GraphView.GraphView;
|
||||
|
||||
namespace HeavenStudio.Editor.Track
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@ using UnityEngine.Pool;
|
|||
|
||||
using Jukebox;
|
||||
using System.Linq;
|
||||
using static Jukebox.Legacy.Beatmap;
|
||||
|
||||
namespace HeavenStudio.Editor.Track
|
||||
{
|
||||
|
|
|
@ -6,7 +6,6 @@ using Jukebox;
|
|||
using TMPro;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine.Timeline;
|
||||
|
||||
namespace HeavenStudio.Editor.Track
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue