mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
18 lines
296 B
Protocol Buffer
18 lines
296 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
|
message GCGDSDeckData {
|
|
repeated uint32 iegclabmkdb = 14;
|
|
bool pofiiedegjn = 4;
|
|
uint32 createTime = 9;
|
|
string idk = 3;
|
|
uint32 faceType = 2;
|
|
uint32 ccdlgbcdpbp = 6;
|
|
repeated uint32 cardList = 12;
|
|
uint32 id = 15;
|
|
}
|