Matches not saved in JSON Bug fixed
This commit is contained in:
parent
035d9979d1
commit
52fce485f8
@ -170,8 +170,8 @@ namespace OWTrack
|
|||||||
public int TotalMatches;
|
public int TotalMatches;
|
||||||
public int SkillChange;
|
public int SkillChange;
|
||||||
public int StartSR;
|
public int StartSR;
|
||||||
List<Match> Matches = new List<Match>();
|
public List<Match> Matches = new List<Match>();
|
||||||
DateTime date;
|
public DateTime date;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Start a new session with a starting Skill Rating
|
/// Start a new session with a starting Skill Rating
|
||||||
|
Loading…
Reference in New Issue
Block a user