02 位置工具优化

This commit is contained in:
2025-05-08 15:57:40 +08:00
parent 5782abb549
commit 5e41d558ca
9 changed files with 52 additions and 247 deletions

View File

@@ -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();
}
}
}