mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
3 lines
93 B
TypeScript
3 lines
93 B
TypeScript
export function serverShutdown(payload) {
|
|
console.info('Event_ServerShutdown', payload);
|
|
}
|