GC-Proto/proto/GroupSuiteNotify.proto

9 lines
268 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 1797 or 27620 (m) or 8371 (m) or 2465 (m) or 28625 or 26778 (m/l) or 4753 or 6552 (m) or 4742
// Obf: IGFEPBECEIG
2022-11-06 15:30:21 +03:00
message GroupSuiteNotify {
2024-07-05 00:44:58 +03:00
map<uint32, uint32> group_map = 1;
2022-11-06 15:30:21 +03:00
}