mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 01:04:36 +03:00
15 lines
291 B
Protocol Buffer
15 lines
291 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: FBFGMOKJPHC
|
|
// CmdId: 8075
|
|
message SpiceActivityProcessFoodRsp {
|
|
repeated ItemParam normal_food_list = 8;
|
|
repeated ItemParam special_food_list = 13;
|
|
int32 retcode = 5;
|
|
}
|
|
|