* add proto AntiAddictNotify

* add cmdid csv
This commit is contained in:
Akbar Yahya
2023-04-01 14:42:51 +08:00
parent 628f7672dc
commit 8e1b8f5440
3 changed files with 2235 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: KLJIFBIHNPK
// CmdId: 103
message AntiAddictNotify {
int32 msg_type = 3;
string msg = 5;
string level = 14;
}