InformationSaveAndAudioCore_Over
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Stary.Evo.InformationSave
|
||||
{
|
||||
public abstract class CustomEditorBase : MonoBehaviour
|
||||
{
|
||||
public abstract void Draw();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user