mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
16 lines
293 B
Protocol Buffer
16 lines
293 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: JKJMJJOFEIK
|
|
// CmdId: 2908
|
|
message TakeOfferingLevelRewardRsp {
|
|
int32 retcode = 9;
|
|
repeated ItemParam item_list = 14;
|
|
uint32 offering_id = 7;
|
|
uint32 take_level = 13;
|
|
}
|
|
|