mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
15 lines
252 B
Protocol Buffer
15 lines
252 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: ADCMNGICACP
|
|
// CmdId: 5365
|
|
message InBattleMechanicusPickCardRsp {
|
|
uint32 group_id = 2;
|
|
uint32 play_index = 11;
|
|
int32 retcode = 4;
|
|
uint32 card_id = 9;
|
|
}
|
|
|