Initial commit

This commit is contained in:
2026-08-30 15:23:57 +02:00
commit dab5679098
1293 changed files with 240952 additions and 0 deletions
@@ -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) => {
};