GC-Proto/proto/ChangeMailStarNotify.proto

11 lines
213 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-30 10:23:06 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-30 10:23:06 +03:00
// CmdId: 23996
// Version: 4.6.0
// Obfs: BOJJIDKEMOJ
2022-11-06 15:30:21 +03:00
message ChangeMailStarNotify {
2024-05-30 10:23:06 +03:00
bool is_star = 1;
repeated uint32 mail_id_list = 5;
}