mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
* add proto AntiAddictNotify
* add cmdid csv
This commit is contained in:
13
proto/AntiAddictNotify.proto
Normal file
13
proto/AntiAddictNotify.proto
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user