using UnityEngine; namespace Stary.Evo.InformationSave { public abstract class CustomEditorBase : MonoBehaviour { public abstract void Draw(); } }