mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Add reliquary decomposition (aka strongbox).
This commit is contained in:
13
proto/ReliquaryDecomposeReq.proto
Normal file
13
proto/ReliquaryDecomposeReq.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 615
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message ReliquaryDecomposeReq {
|
||||
uint32 config_id = 1;
|
||||
uint32 target_count = 4;
|
||||
repeated uint64 guid_list = 15;
|
||||
}
|
||||
Reference in New Issue
Block a user