mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
23 lines
549 B
Protocol Buffer
23 lines
549 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGGameBusinessType.proto";
|
|
import "GCGPlayerBriefData.proto";
|
|
import "Uint32Pair.proto";
|
|
|
|
// Name: OJGNBGJFLDC
|
|
message OJGNBGJFLDC {
|
|
bool is_invalid = 8;
|
|
uint32 controller_id = 3;
|
|
uint32 game_id = 11;
|
|
uint32 win_controller_id = 9;
|
|
fixed32 expire_time = 14;
|
|
GCGGameBusinessType business_type = 2;
|
|
repeated GCGPlayerBriefData player_brief_list = 7;
|
|
uint32 id = 4;
|
|
fixed32 time_stamp = 10;
|
|
repeated Uint32Pair CEEKAANHKID = 12;
|
|
}
|
|
|