GC-Proto/proto/DungeonShowReminderNotify.p...

11 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 997
// EnetChannelId: 0
// EnetIsReliable: true
message DungeonShowReminderNotify {
uint32 reminder_id = 9;
}