Files
Grasscutter-Protos/proto/ChangeMailStarNotify.proto
2022-04-22 14:49:07 +08:00

9 lines
158 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ChangeMailStarNotify {
repeated uint32 mailIdList = 1;
bool isStar = 2;
}