public override void Parse(GameBitBuffer buffer) { FromID = buffer.ReadUInt(32); ToID = buffer.ReadUInt(32); Amount = buffer.ReadUInt64(64); }