mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
295 B
Protocol Buffer
16 lines
295 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: NOBKFICGCHL
|
||
|
message GCGDSCardData {
|
||
|
uint32 num = 15;
|
||
|
uint32 proficiency = 12;
|
||
|
uint32 card_id = 1;
|
||
|
repeated uint32 BDJJKKAIPLD = 4;
|
||
|
uint32 face_type = 7;
|
||
|
repeated uint32 BEHPIJPHPKM = 5;
|
||
|
}
|
||
|
|