11 lines
212 B
C#
11 lines
212 B
C#
using UnityEditor;
|
|
using UnityEditor.IMGUI.Controls;
|
|
|
|
namespace LunaWolfStudiosEditor.ScriptableSheets
|
|
{
|
|
public class PropertyColumn : MultiColumnHeaderState.Column
|
|
{
|
|
public SerializedProperty property;
|
|
}
|
|
}
|