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
+2
View File
@@ -138,5 +138,7 @@ namespace Game.Garrisons
Garrison i_garrison;
uint i_gameObjects;
uint i_creatures;
public uint I_creatures { get => i_creatures; set => i_creatures = value; }
}
}