| 622 | }; |
| 623 | |
| 624 | struct CustomStatsDefinitionRemoveMessage : public Message |
| 625 | { |
| 626 | void * PrimSetVMT; |
| 627 | ObjectSet<uint32_t> StatDefns; // NetID list |
| 628 | uint64_t Unkn{ 0 }; |
| 629 | }; |
| 630 | |
| 631 | struct CustomStatsSyncInfo |
| 632 | { |
nothing calls this directly
no outgoing calls
no test coverage detected