mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
remove silly unused field
This commit is contained in:
parent
b4340a93f7
commit
95aea5ebc4
@ -10,10 +10,5 @@ namespace NewHorizons.External.Modules.WarpPad
|
|||||||
/// In degrees. Gives a margin of error for alignments.
|
/// In degrees. Gives a margin of error for alignments.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(5f)] public float alignmentWindow = 5f;
|
[DefaultValue(5f)] public float alignmentWindow = 5f;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Is this transmitter upsidedown? Means alignment will be checked facing the other way.
|
|
||||||
/// </summary>
|
|
||||||
public bool upsideDown = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user