GC-Proto/proto/GetParentQuestVideoKeyReq.p...

9 lines
195 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-21 04:48:06 +03:00
// 4.7.0
// CmdId: 28109,25153,21386,4473,8018
// Obf: ?
2022-11-06 15:51:40 +03:00
message GetParentQuestVideoKeyReq {
2024-08-21 04:48:06 +03:00
uint32 parent_quest_id = 13;
2022-11-06 15:30:21 +03:00
}