GC-Proto/proto/CancelFinishParentQuestNoti...

8 lines
201 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-07-08 14:40:31 +03:00
// CmdId: 8018 or 4473 or 21386 or 25153 or 28109
// Obf: ?
2022-11-06 15:30:21 +03:00
message CancelFinishParentQuestNotify {
2023-08-17 14:18:58 +03:00
uint32 parent_quest_id = 3;
2022-11-06 15:30:21 +03:00
}