mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add a description to warp pad frequency
This commit is contained in:
parent
6a1900b746
commit
425be7d033
@ -5,6 +5,11 @@ namespace NewHorizons.External.Modules.WarpPad
|
||||
[JsonObject]
|
||||
public abstract class NomaiWarpPadInfo : GeneralPropInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public string frequency;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user