mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
WI work
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var RegisterAPI = function(wsi, api) {
|
||||
require('./eqw.js').Register(wsi, api);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
'Register': RegisterAPI
|
||||
}
|
||||
Reference in New Issue
Block a user