GC-Proto/proto/ReliquaryDecomposeReq.proto

10 lines
225 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-08-21 04:48:06 +03:00
// 4.7.0
// CmdId: 25206
// NMBAPILLLFN
2022-11-06 15:30:21 +03:00
message ReliquaryDecomposeReq {
2024-08-21 04:48:06 +03:00
uint32 target_count = 12;
repeated uint64 guid_list = 7;
uint32 config_id = 1;
2024-06-02 06:52:03 +03:00
}