···180180181181 /** Function to set the mod message */
182182 setModMessage: (message: ChatMessageViewHydrated | null) => void;
183183+184184+ /** URL to send player events to (if not default) */
185185+ reportingURL: string | null;
186186+187187+ /** Function to set the reporting URL */
188188+ setReportingURL: (reportingURL: string | null) => void;
183189}
184190185191export type PlayerEvent = {