public UpdatePacket(uint uid, UpdateType type, ulong data)
 {
     UID    = uid;
     Update = new UpdateData(type, data);
 }
 public UpdatePacket(uint uid)
 {
     UID    = uid;
     Update = new UpdateData();
 }