8 lines
143 B
Protocol Buffer
8 lines
143 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "ItemParam.proto";
|
|
// Obf: HKODPBNKBHM
|
|
message Reward {
|
|
uint32 reward_id = 1;
|
|
repeated ItemParam item_list = 2;
|
|
}
|