Fixed some (many) "{ get; set; }"

This commit is contained in:
Fabian
2017-10-26 19:36:15 +02:00
parent 5d1f0a8dc8
commit 8393349316
77 changed files with 3704 additions and 3697 deletions
+4 -4
View File
@@ -53,10 +53,10 @@ namespace Game.Arenas
$"PreMatchMMR: {PreMatchMMR} PostMatchRating: {PostMatchRating} PostMatchMMR: {PostMatchMMR}";
}
uint PreMatchRating;
uint PreMatchMMR;
uint PostMatchRating;
uint PostMatchMMR;
public uint PreMatchRating { get; set; }
public uint PreMatchMMR { get; set; }
public uint PostMatchRating { get; set; }
public uint PostMatchMMR { get; set; }
}
public class ArenaTeamScore