Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
! /servers/websocket/actions/template.js – A simple websocket action template
|
||||
? This module is just a template for the websocket actions
|
||||
*/
|
||||
|
||||
module.exports = (connectionManager, data, id) => {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user