remove editor namespace

This commit is contained in:
Cat Flynn 2021-05-16 20:09:29 +01:00
parent 4395681868
commit b683d7cc1b
1 changed files with 0 additions and 4 deletions

View File

@ -1,11 +1,7 @@
using System;
using Ktyl.Util;
using System.Collections;
using System.Collections.Generic;
using PathCreation;
using UnityEditor.Build;
using UnityEngine;
using UnityEngine.Animations.Rigging;
#if UNITY_EDITOR
using UnityEditor;
#endif