mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,11 +22,16 @@ import "ServerLogType.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 31
|
||||
// EnetChannelId: 1
|
||||
// EnetIsReliable: true
|
||||
message ServerLogNotify {
|
||||
string server_log = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 27;
|
||||
// ENET_CHANNEL_ID = 1;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
string server_log = 11;
|
||||
ServerLogLevel log_level = 5;
|
||||
ServerLogType log_type = 9;
|
||||
ServerLogLevel log_level = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user