mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
18 lines
405 B
Protocol Buffer
18 lines
405 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GCGGameBusinessType.proto";
|
|
import "GCGPlayerBriefData.proto";
|
|
|
|
// Name: HJABBOGMGEL
|
|
message GCGGameBriefData {
|
|
uint32 game_id = 12;
|
|
uint32 BKCEKFCCCIC = 7;
|
|
GCGGameBusinessType business_type = 6;
|
|
uint32 NCPHDFAEHJC = 10;
|
|
uint32 platform_type = 4;
|
|
repeated GCGPlayerBriefData player_brief_list = 2;
|
|
}
|
|
|