mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
16 lines
293 B
Protocol Buffer
16 lines
293 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: MFAFMALBKAP
|
|
message MFAFMALBKAP {
|
|
uint32 card_id = 9;
|
|
repeated uint32 EELEBKMIBBK = 15;
|
|
uint32 face_type = 2;
|
|
repeated uint32 AHCKEKMDMLJ = 14;
|
|
uint32 num = 7;
|
|
uint32 EJKLKNPMHMC = 1;
|
|
}
|
|
|