GC-Proto/proto/QuestDelNotify.proto

11 lines
180 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 441
// EnetChannelId: 0
// EnetIsReliable: true
message QuestDelNotify {
uint32 quest_id = 12;
}