using UnityEngine; public class Wall : MonoBehaviour, IMapElement { public MapElementType ElementType => MapElementType.Wall; }