|
|
|
@ -2,19 +2,10 @@
|
|
|
|
|
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) |
|
|
|
|
|
|
|
|
|
using UnityEditor; |
|
|
|
|
using UnityEditorInternal; |
|
|
|
|
using UnityEngine; |
|
|
|
|
using UnityEngine.UI; |
|
|
|
|
using UnityEngine.Events; |
|
|
|
|
using System; |
|
|
|
|
using System.Collections; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using Rotorz.ReorderableList; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Fungus |
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
[CustomEditor (typeof(ControlStage))] |
|
|
|
|
public class StageEditor : CommandEditor |
|
|
|
|
{ |
|
|
|
|