GC-Proto/proto/MarkNewNotify.proto

9 lines
192 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-08-21 04:48:06 +03:00
// 4.7.0
// CmdId: 5979
// CMJDIHAKIHN
2022-11-06 15:30:21 +03:00
message MarkNewNotify {
2024-08-21 04:48:06 +03:00
repeated uint32 id_list = 13;
uint32 mark_new_type = 7;
2024-05-28 13:52:04 +03:00
}