GC-Proto/proto/QuestDelNotify.proto

12 lines
162 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: NICABKGLDMP
// CmdId: 454
message QuestDelNotify {
uint32 quest_id = 12;
}