mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 18:34:49 +01:00
Add reliquary decomposition (aka strongbox).
This commit is contained in:
12
proto/ReliquaryDecomposeRsp.proto
Normal file
12
proto/ReliquaryDecomposeRsp.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 692
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message ReliquaryDecomposeRsp {
|
||||
int32 retcode = 9;
|
||||
repeated uint64 guid_list = 14;
|
||||
}
|
||||
Reference in New Issue
Block a user