public PlayerMatch() { EventName = ""; ClassName = ""; Result = ""; OpponentName = ""; Score = new MatchScore(); }
public Match() { Score = new MatchScore(); }