mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
make it an empty array as default
This commit is contained in:
parent
6735c21cc9
commit
c6137ff96c
@ -12,7 +12,7 @@ namespace NewHorizons.External.Configs
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create title screens
|
/// Create title screens
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TitleScreenInfo[] titleScreens;
|
public TitleScreenInfo[] titleScreens = new TitleScreenInfo[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonObject]
|
[JsonObject]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user