整理代码

This commit is contained in:
monitor1394
2021-07-01 07:35:55 +08:00
parent 8f1709d8a3
commit 26a12f7a33
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,6 @@
/* */
/************************************************/
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
@@ -26,6 +25,7 @@ namespace XCharts
PropertyField(prop, "m_ToColor");
PropertyField(prop, "m_ToColor2");
PropertyField(prop, "m_Width");
PropertyField(prop, "m_Length");
PropertyField(prop, "m_Opacity");
--EditorGUI.indentLevel;
}