整合SLSUtilities
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEditor;
|
||||
using UnityEditor.IMGUI.Controls;
|
||||
|
||||
namespace LunaWolfStudiosEditor.ScriptableSheets
|
||||
{
|
||||
public class PropertyColumn : MultiColumnHeaderState.Column
|
||||
{
|
||||
public SerializedProperty property;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user