mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
22 lines
587 B
Protocol Buffer
22 lines
587 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "CCNELKENFJC.proto";
|
|
import "GJIGMGECHEP.proto";
|
|
import "DHIKEICGONL.proto";
|
|
import "DBCNHBGKAGO.proto";
|
|
|
|
message DIGPMLGLILN {
|
|
uint64 client_game_time = 1;
|
|
uint64 server_game_time = 2;
|
|
repeated CCNELKENFJC entity_list = 3;
|
|
repeated GJIGMGECHEP action_list = 4;
|
|
bool is_finish = 5;
|
|
repeated uint32 id_index_list = 6;
|
|
int32 raw_client_game_time = 7;
|
|
repeated DHIKEICGONL OHMGDDCBBOD = 8;
|
|
int32 wave_index = 9;
|
|
DBCNHBGKAGO LFMDNBAOOKK = 10;
|
|
}
|