Minor Adjustments
This commit is contained in:
parent
ba8e6ded26
commit
a90c28dd76
60 changed files with 8240 additions and 8 deletions
8
libold/common/sockets/modes.js
Normal file
8
libold/common/sockets/modes.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const INIT = "i"; // Intiator Socket
|
||||
const EXEC = "e"; // Execution Socket
|
||||
const VIEW = "v"; // View Socket
|
||||
export default {
|
||||
INIT,
|
||||
EXEC,
|
||||
VIEW,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue