all tested and working

This commit is contained in:
Aaron Kimbre
2025-01-20 00:42:28 -06:00
parent b01b3cc38d
commit a07d54e513
8 changed files with 138 additions and 169 deletions

View File

@@ -19,9 +19,10 @@ struct MailInfo {
uint32_t receiverId{};
uint64_t timeSent{};
bool wasRead{};
uint16_t languageCode{};
struct {
LWOOBJID itemID{};
int32_t itemCount{};
int16_t itemCount{};
LOT itemLOT{};
LWOOBJID itemSubkey{};
};