using Newtonsoft.Json; namespace NewHorizons.External.Modules.WarpPad { [JsonObject] public class NomaiWarpReceiverInfo : NomaiWarpPadInfo { /// /// The body the transmitter must be aligned with to warp to this receiver. /// Defaults to the body the receiver is on. /// public string alignmentTargetBody; /// /// Will create a modern Nomai computer linked to this receiver. /// public NomaiWarpComputerLoggerInfo computer; /// /// Set to true if you want to include Nomai ruin details around the warp pad. /// public bool detailed; } }