GC-Proto/proto/ReliquaryDecomposeReq.proto

10 lines
210 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-06-02 06:52:03 +03:00
// 4.6.0
// CmdId: 23132
2022-11-06 15:30:21 +03:00
message ReliquaryDecomposeReq {
2024-06-02 06:52:03 +03:00
uint32 target_count = 4;
repeated uint64 guid_list = 5;
uint32 config_id = 6;
}