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

11 lines
193 B
Protocol Buffer
Raw Permalink Normal View History

2023-08-22 20:23:37 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-22 20:34:44 +03:00
// CmdId: 997
2023-08-22 20:23:37 +03:00
// EnetChannelId: 0
// EnetIsReliable: true
message DungeonShowReminderNotify {
2023-08-22 20:34:44 +03:00
uint32 reminder_id = 9;
2023-08-22 20:23:37 +03:00
}