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