GC-Proto/proto/BlessingAcceptGivePicRsp.proto

15 lines
235 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: IMNNAGKKCEL
// CmdId: 2187
2023-02-18 04:48:44 +03:00
message BlessingAcceptGivePicRsp {
2023-02-28 04:12:44 +03:00
uint32 uid = 9;
uint32 pic_id = 8;
int32 retcode = 3;
uint32 index = 4;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00