Add reliquary decomposition (aka strongbox).

This commit is contained in:
GanyusLeftHorn
2022-07-06 00:19:22 -07:00
committed by Melledy
parent 938283a6ca
commit e0bfdbceb8
9 changed files with 195 additions and 0 deletions

View 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;
}