Add basic command handlers for all current events
This commit is contained in:
parent
98d4c25e7e
commit
e321f33a69
12 changed files with 49 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
import { Socket } from 'socket.io';
|
||||
export const ChancellorPolicy = (socket: Socket, data: any) => {
|
||||
console.log(`Chancellor policy`);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue