Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -20,9 +20,6 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message TrialAvatarGrantRecord {
uint32 grant_reason = 1;
uint32 from_parent_quest_id = 2;
enum GrantReason {
GRANT_REASON_INVALID = 0;
GRANT_REASON_BY_QUEST = 1;
@@ -39,4 +36,7 @@ message TrialAvatarGrantRecord {
GRANT_REASON_BY_VINTAGE_HUNTING = 12;
GRANT_REASON_BY_CHAR_AMUSEMENT = 13;
}
uint32 grant_reason = 1;
uint32 from_parent_quest_id = 2;
}