mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
"using UnityEditor" is not necessary.
This commit is contained in:
parent
3dd401b342
commit
0f767689f6
@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
using Spine;
|
||||
|
||||
public class AtlasAsset : ScriptableObject {
|
||||
|
||||
@ -2,7 +2,6 @@ using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
using Spine;
|
||||
|
||||
public class SkeletonDataAsset : ScriptableObject {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user