remove editor namespace
This commit is contained in:
parent
4395681868
commit
b683d7cc1b
|
@ -1,11 +1,7 @@
|
||||||
using System;
|
|
||||||
using Ktyl.Util;
|
using Ktyl.Util;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
|
||||||
using PathCreation;
|
using PathCreation;
|
||||||
using UnityEditor.Build;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Animations.Rigging;
|
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue