IsWIn bool in Match

This commit is contained in:
HeshamTB 2018-12-31 06:30:07 +03:00
parent 16afdb74ac
commit 6b9413ec93

View File

@ -230,7 +230,7 @@ namespace OWTrack
{
public Match() { }
public DateTime dateTime { get; set; }
public bool IsWin;//to be used.
public bool IsWin;
public string DateTimeSting;
public int StartSR;
public int LastMatchSR;