using Newtonsoft.Json; namespace NewHorizons.External.Modules.Props { [JsonObject] public class EntryLocationInfo : GeneralPointPropInfo { /// /// Whether this location is cloaked /// public bool cloaked; /// /// ID of the entry this location relates to /// public string id; } }