mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
19 lines
424 B
Protocol Buffer
19 lines
424 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "GCGDSCardData.proto";
|
||
|
import "GCGDSDeckData.proto";
|
||
|
|
||
|
// CmdId: 7975
|
||
|
// Name: LENFGKOMHLI
|
||
|
message GCGDSDataNotify {
|
||
|
repeated uint32 KIHAKELEBGH = 12;
|
||
|
repeated GCGDSDeckData deck_list = 13;
|
||
|
repeated uint32 CGEGIOFOAHL = 3;
|
||
|
repeated GCGDSCardData card_list = 9;
|
||
|
uint32 cur_deck_id = 14;
|
||
|
repeated uint32 ALNNDGJDBPO = 8;
|
||
|
}
|
||
|
|