mirror of
https://git.muiegratis.online/suikoakari/Campofinale
synced 2025-12-15 19:14:36 +01:00
fix
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Campofinale
|
|||||||
public int defaultSceneNumId = 98;
|
public int defaultSceneNumId = 98;
|
||||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
||||||
public int maxPlayers = 20;
|
public int maxPlayers = 20;
|
||||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Include)]
|
||||||
public CharactersOptions defaultCharacters = new();
|
public CharactersOptions defaultCharacters = new();
|
||||||
public ServerOptions()
|
public ServerOptions()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user