Grasscutter/proto/GroupSuiteNotify.proto

11 lines
197 B
Protocol Buffer
Raw Normal View History

2022-05-25 02:44:46 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3476
// EnetChannelId: 0
// EnetIsReliable: true
2022-05-25 02:44:46 +00:00
message GroupSuiteNotify {
map<uint32, uint32> group_map = 11;
2022-05-25 02:44:46 +00:00
}