mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
15 lines
256 B
Protocol Buffer
15 lines
256 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FJCOKAKKIDP
|
|
// CmdId: 5307
|
|
message InBattleMechanicusConfirmCardRsp {
|
|
uint32 play_index = 5;
|
|
int32 retcode = 3;
|
|
uint32 card_id = 13;
|
|
uint32 group_id = 12;
|
|
}
|
|
|