mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-12-03 13:19:35 +00:00
9 lines
163 B
Protocol Buffer
9 lines
163 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message TrialAvatarGrantRecord {
|
||
|
uint32 grantReason = 1;
|
||
|
uint32 fromParentQuestId = 2;
|
||
|
}
|