More Cleanups

This commit is contained in:
hondacrx
2021-06-08 12:56:09 -04:00
parent 302a1f293c
commit 52e43853fe
58 changed files with 223 additions and 257 deletions
@@ -715,8 +715,8 @@ namespace Game.BattleFields
{
public WintergraspTowerCannonData()
{
TowerCannonBottom = new Position[0];
TurretTop = new Position[0];
TowerCannonBottom = System.Array.Empty<Position>();
TurretTop = System.Array.Empty<Position>();
}
public uint towerEntry;