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
+3 -3
View File
@@ -315,9 +315,9 @@ namespace Game.Entities
struct PlayerDynamicFieldSpellModByLabel
{
public uint Mod;
public float Value;
public uint Label;
public uint Mod { get; set; }
public float Value { get; set; }
public uint Label { get; set; }
}
public class SpecializationInfo