道具编辑器
This commit is contained in:
parent
d831924d6e
commit
adfc36ae63
@ -1,6 +1,21 @@
|
|||||||
|
using System.Collections.Generic;
|
||||||
|
using Sirenix.OdinInspector;
|
||||||
|
|
||||||
namespace Ether
|
namespace Ether
|
||||||
{
|
{
|
||||||
public class PropItemTableWindow
|
public class PropItemTableWindow
|
||||||
|
{
|
||||||
|
[LabelText("道具列表")]
|
||||||
|
[TableList(IsReadOnly = true, AlwaysExpanded = true), ShowInInspector]
|
||||||
|
public readonly List<PropItemTableEditorPreview> propItemTableEditorPreviewList;
|
||||||
|
|
||||||
|
public PropItemTableWindow()
|
||||||
|
{
|
||||||
|
propItemTableEditorPreviewList = new List<PropItemTableEditorPreview>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public class PropItemTableEditorPreview
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user