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
@@ -30,8 +30,8 @@ namespace Game.Network.Packets
_worldPacket.WriteBytes(Data);
}
public uint NumObjUpdates;
public ushort MapID;
public byte[] Data;
public uint NumObjUpdates { get; set; }
public ushort MapID { get; set; }
public byte[] Data { get; set; }
}
}