6 lines
117 B
Protocol Buffer
6 lines
117 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message TrialAvatarGrantRecord {
|
|
uint32 grant_reason = 1;
|
|
uint32 from_parent_quest_id = 2;
|
|
}
|