using UnityEngine; public struct PointOfInterest { public string Name { get; set; } public string Description { get; set; } public Vector3 Position { get; set; } public Color Color { get; set; } public dynamic Quest { get; set; } }