diff --git a/NewHorizons/External/Modules/WarpPad/NomaiWarpPadInfo.cs b/NewHorizons/External/Modules/WarpPad/NomaiWarpPadInfo.cs index f4cd7515..94a9218d 100644 --- a/NewHorizons/External/Modules/WarpPad/NomaiWarpPadInfo.cs +++ b/NewHorizons/External/Modules/WarpPad/NomaiWarpPadInfo.cs @@ -5,6 +5,11 @@ namespace NewHorizons.External.Modules.WarpPad [JsonObject] public abstract class NomaiWarpPadInfo : GeneralPropInfo { + /// + /// This can be anything. To have a warp pad transmitter send you to a receiver you must give them the same frequency. + /// Try to make it something unique so it does not overlap with other warp pad pairs. + /// Futhermore, multiple transmitters can send you to the same receiver if they all have the same frequency. + /// public string frequency; } }