Revert "Fixed some (many) "{ get; set; }""
This reverts commit 8393349316.
This commit is contained in:
@@ -53,10 +53,10 @@ namespace Game.Arenas
|
||||
$"PreMatchMMR: {PreMatchMMR} PostMatchRating: {PostMatchRating} PostMatchMMR: {PostMatchMMR}";
|
||||
}
|
||||
|
||||
public uint PreMatchRating { get; set; }
|
||||
public uint PreMatchMMR { get; set; }
|
||||
public uint PostMatchRating { get; set; }
|
||||
public uint PostMatchMMR { get; set; }
|
||||
uint PreMatchRating;
|
||||
uint PreMatchMMR;
|
||||
uint PostMatchRating;
|
||||
uint PostMatchMMR;
|
||||
}
|
||||
|
||||
public class ArenaTeamScore
|
||||
|
||||
Reference in New Issue
Block a user