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