Grasscutter/proto/ReadMailNotify.proto

8 lines
135 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ReadMailNotify {
repeated uint32 mail_id_list = 1;
}