9 lines
158 B
Protocol Buffer
9 lines
158 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message ChangeMailStarNotify {
|
|
repeated uint32 mailIdList = 1;
|
|
bool isStar = 2;
|
|
}
|