using Newtonsoft.Json; namespace NewHorizons.External.Modules.Props.EyeOfTheUniverse { [JsonObject] public class InstrumentZoneInfo : DetailInfo { /// /// The unique ID of the Eye Traveler associated with this instrument zone. /// public string id; } }