mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
14 lines
269 B
Protocol Buffer
14 lines
269 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 24356
|
|
|
|
import "ItemParam.proto";
|
|
|
|
message OKAHKMOHAEJ {
|
|
uint32 city_id = 8;
|
|
int32 retcode = 9;
|
|
uint32 level = 12;
|
|
repeated ItemParam item_list = 13;
|
|
}
|