using System; using Vintagestory.API.Common; using Vintagestory.API.MathTools; namespace Automap { /// /// Actual Physical Point in space - that is interesting. /// public struct PointOfInterest { CollectibleObject Thing; string Notes; BlockPos Location; DateTimeOffset Timestamp; } }