mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
fix this default
This commit is contained in:
parent
a6c0fa562a
commit
6735c21cc9
@ -14,7 +14,7 @@ namespace NewHorizons.External.Modules.Props.EchoesOfTheEye
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The type of dream candle this is.
|
/// The type of dream candle this is.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(DreamCandleType.Ground)] public DreamCandleType type = DreamCandleType.Ground;
|
[DefaultValue("ground")] public DreamCandleType type = DreamCandleType.Ground;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the candle should start lit or extinguished.
|
/// Whether the candle should start lit or extinguished.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user