GC-Proto/proto/CombineDataNotify.proto
2024-07-08 19:40:31 +08:00

9 lines
185 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 23746 ?
// Obf: IGNLCELCBAG
message CombineDataNotify {
repeated uint32 combine_id_list = 8;
}