2025-01-18 10:09:15 -06:00

14 lines
323 B
C#

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