another fix :(

This commit is contained in:
AlessandroCH 2025-03-09 17:02:38 +01:00
parent cd45f63bd9
commit 9c1f691fa3

View File

@ -28,12 +28,7 @@ namespace Campofinale
{ {
public int defaultLevel = 1; public int defaultLevel = 1;
public bool giveAllCharacters = true; public bool giveAllCharacters = true;
public List<string> characters = new List<string>() public List<string> characters = new List<string>(); //used if giveAllCharacters is false
{
"chr_0002_endminm",
"chr_0003_endminf",
"chr_0015_lifeng"
}; //used if giveAllCharacters is false
public CharactersOptions() { } public CharactersOptions() { }
} }