mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
13 lines
199 B
Protocol Buffer
13 lines
199 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FCOCJOMDEDM
|
|
// CmdId: 3070
|
|
message PlayerChatRsp {
|
|
int32 retcode = 1;
|
|
uint32 chat_forbidden_endtime = 10;
|
|
}
|
|
|