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

This reverts commit 8393349316.
This commit is contained in:
Fabian
2017-11-05 22:26:25 +01:00
parent 8ed446ae7a
commit facab2dce6
77 changed files with 3697 additions and 3704 deletions
+3 -3
View File
@@ -315,9 +315,9 @@ namespace Game.Entities
struct PlayerDynamicFieldSpellModByLabel
{
public uint Mod { get; set; }
public float Value { get; set; }
public uint Label { get; set; }
public uint Mod;
public float Value;
public uint Label;
}
public class SpecializationInfo