feat: packet scwp'ing
This commit is contained in:
parent
4954220305
commit
2b12c2bf18
9
packages/net/packet/packets.scwp.js
Normal file
9
packages/net/packet/packets.scwp.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = (scwp) => {
|
||||
scwp.enterSelf();
|
||||
scwp.loadSelf('scwp/autoreg', {
|
||||
paths: scwp.paths,
|
||||
registrar: './registry:registerPacket',
|
||||
root: scwp.root,
|
||||
type: 'packet',
|
||||
});
|
||||
};
|
Loading…
Reference in New Issue
Block a user