mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update v1
This commit is contained in:
@@ -3,11 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: NACABFGKHCO
|
||||
// CmdId: 171
|
||||
// CmdId: 128
|
||||
// Name: EMGCHDJIFIO
|
||||
message PlayerTimeNotify {
|
||||
bool is_paused = 6;
|
||||
uint64 server_time = 8;
|
||||
uint64 player_time = 10;
|
||||
uint64 server_time = 2;
|
||||
bool is_paused = 5;
|
||||
uint64 player_time = 15;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user