| 617 | }; |
| 618 | |
| 619 | struct CustomStatsDefinitionSyncMessage : public Message |
| 620 | { |
| 621 | ObjectSet<CustomStatDefinitionSyncInfo> StatDefns; |
| 622 | }; |
| 623 | |
| 624 | struct CustomStatsDefinitionRemoveMessage : public Message |
| 625 | { |
nothing calls this directly
no outgoing calls
no test coverage detected