02 位置工具优化
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using Unity.Collections;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Stary.Evo.InformationSave
|
||||
{
|
||||
public abstract class CustomEditorBase : MonoBehaviour
|
||||
{
|
||||
[HideInInspector]
|
||||
public string mationID;
|
||||
public abstract void Draw();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user