using UnityEngine; [CreateAssetMenu()] public class MapElementSO : ScriptableObject { public MapElementType ElementType; }