mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
8 lines
201 B
Protocol Buffer
8 lines
201 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// CmdId: 8018 or 4473 or 21386 or 25153 or 28109
|
|
// Obf: ?
|
|
message CancelFinishParentQuestNotify {
|
|
uint32 parent_quest_id = 3;
|
|
}
|