mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 01:15:41 -07:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
export function serverShutdown(payload) {
|
|
console.info('Event_ServerShutdown', payload);
|
|
}
|