UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
examples
/
websocket-chat-ts-run
/
game-server
/
config
/
clientProtos.ts
8 lines
•
202 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
"chat.chatHandler.send"
: {
"required string content"
:
1
,
"required string target"
:
2
,
"required string rid"
:
3
,
"required string from"
:
4
, } };