forgot to commit the module change

This commit is contained in:
FreezeDriedMangoes 2023-01-27 14:20:46 -05:00
parent 05e4e0a1fa
commit 1f91e2e57b

View File

@ -668,6 +668,11 @@ namespace NewHorizons.External.Modules
[EnumMember(Value = @"stranger")] Stranger = 2 [EnumMember(Value = @"stranger")] Stranger = 2
} }
/// <summary>
/// Whether to skip modifying this spiral's placement, and instead keep the automatically determined placement.
/// </summary>
public bool keepAutoPlacement;
/// <summary> /// <summary>
/// Whether to flip the spiral from left-curling to right-curling or vice versa. /// Whether to flip the spiral from left-curling to right-curling or vice versa.
/// </summary> /// </summary>