GSServer-CBT/soggy-mistress/proto/Reward.proto

9 lines
122 B
Protocol Buffer

syntax = "proto3";
import "ItemParam.proto";
message Reward {
uint32 rewardId = 1;
repeated ItemParam itemList = 2;
}