8 lines
168 B
Protocol Buffer
8 lines
168 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message TrialAvatarGrantRecord {
|
||
|
uint32 grant_reason = 1;
|
||
|
uint32 from_parent_quest_id = 2;
|
||
|
}
|