using UnityEngine; public class GenericPosition : MonoBehaviour { public virtual MapPosition Position { get; set; } }