Initial commit
This commit is contained in:
13
proto/ReliquaryUpgradeRsp.proto
Normal file
13
proto/ReliquaryUpgradeRsp.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ReliquaryUpgradeRsp {
|
||||
int32 retcode = 1;
|
||||
uint64 targetReliquaryGuid = 2;
|
||||
uint32 oldLevel = 3;
|
||||
uint32 curLevel = 4;
|
||||
uint32 powerUpRate = 5;
|
||||
repeated uint32 oldAppendPropList = 6;
|
||||
repeated uint32 curAppendPropList = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user