GC-Proto/proto/AntiAddictNotify.proto

14 lines
205 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 11:18:47 +03:00
// CmdId: 193
// Name: PLLBADBHJJB
message AntiAddictNotify {
2023-04-11 11:18:47 +03:00
string level = 1;
int32 msg_type = 5;
string msg = 12;
}