Esempio n. 1
0
		public PlayerMatch()
		{
			EventName = "";
			ClassName = "";
			Result = "";
			OpponentName = "";
			Score = new MatchScore();
		}
Esempio n. 2
0
		public Match()
		{
			Score = new MatchScore();
		}