| 607 | }; |
| 608 | |
| 609 | struct CustomStatDefinitionSyncInfo |
| 610 | { |
| 611 | NetId NetId{ NetIdUnassigned }; |
| 612 | uint8_t _Pad1[4]; |
| 613 | uint64_t Unknown1{ 0 }; |
| 614 | FixedString Id; |
| 615 | STDWString Name; |
| 616 | STDWString Description; |
| 617 | }; |
| 618 | |
| 619 | struct CustomStatsDefinitionSyncMessage : public Message |
| 620 | { |
nothing calls this directly
no outgoing calls
no test coverage detected