Files
ZYZ/game-server/config/serverProtos.ts

8 lines
150 B
TypeScript

module.exports = {
'onChat': {
'required string msg': 1,
'required string from': 2,
'required string target': 3
},
};