Correct initial value of UserDatum.CostumeData
This commit is contained in:
parent
7eee09d32d
commit
e8b26e9352
@ -23,7 +23,7 @@ namespace GameDatabase.Entities
|
||||
public uint ColorBody { get; set; }
|
||||
public uint ColorFace { get; set; }
|
||||
public uint ColorLimb { get; set; }
|
||||
public string CostumeData { get; set; } = "[[],[],[],[],[]]";
|
||||
public string CostumeData { get; set; } = "[]";
|
||||
public bool DisplayDan { get; set; }
|
||||
public bool DisplayAchievement { get; set; }
|
||||
public Difficulty AchievementDisplayDifficulty { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user