mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
Melon 3.5
This commit is contained in:
@@ -3,18 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: AALPIPNOICA
|
||||
// CmdId: 493
|
||||
message GetParentQuestVideoKeyRsp {
|
||||
//enum LIDIFEGCLAB {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 427;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
uint64 videoKey = 2;
|
||||
int32 retcode = 9;
|
||||
uint32 parentQuestId = 11;
|
||||
uint32 parent_quest_id = 11;
|
||||
uint64 video_key = 9;
|
||||
int32 retcode = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user