mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user