mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
Update 3.6
This commit is contained in:
@@ -3,11 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: AALPIPNOICA
|
||||
// CmdId: 493
|
||||
// CmdId: 426
|
||||
// Name: KMIHBBDHIFF
|
||||
message GetParentQuestVideoKeyRsp {
|
||||
uint32 parent_quest_id = 11;
|
||||
uint64 video_key = 9;
|
||||
int32 retcode = 1;
|
||||
uint64 video_key = 3;
|
||||
uint32 parent_quest_id = 8;
|
||||
int32 retcode = 10;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user