another fix :(
This commit is contained in:
parent
cd45f63bd9
commit
9c1f691fa3
@ -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() { }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user