GC-Proto/proto/CombineDataNotify.proto

9 lines
185 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-08 14:40:31 +03:00
// 4.7.0
// CmdId: 23746 ?
// Obf: IGNLCELCBAG
2022-11-06 15:30:21 +03:00
message CombineDataNotify {
2024-07-08 14:40:31 +03:00
repeated uint32 combine_id_list = 8;
2022-11-06 15:30:21 +03:00
}