GC-Proto/proto/CommonPlayerTipsNotify.proto

13 lines
215 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: IHJBFDAMPGJ
// CmdId: 8076
message CommonPlayerTipsNotify {
repeated string text_map_id_list = 5;
uint32 notify_type = 9;
}