Revert "Fixed some (many) "{ get; set; }""
This reverts commit 8393349316.
This commit is contained in:
@@ -30,8 +30,8 @@ namespace Game.Network.Packets
|
||||
_worldPacket.WriteBytes(Data);
|
||||
}
|
||||
|
||||
public uint NumObjUpdates { get; set; }
|
||||
public ushort MapID { get; set; }
|
||||
public byte[] Data { get; set; }
|
||||
public uint NumObjUpdates;
|
||||
public ushort MapID;
|
||||
public byte[] Data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user