GC-Proto/proto/GroupUnloadNotify.proto

9 lines
193 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: 23831 or 25365 (?)
// Obf: PJEMNKAGMMH
2022-11-06 15:30:21 +03:00
message GroupUnloadNotify {
2024-07-05 00:44:58 +03:00
repeated uint32 group_list = 3;
2022-11-06 15:30:21 +03:00
}