14 lines
321 B
Protocol Buffer
14 lines
321 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "StoreType.proto";
|
||
|
// CmdId: 21113
|
||
|
// Obf: FNKANKNBOBD
|
||
|
message StoreWeightLimitNotify {
|
||
|
uint32 weight_limit = 2;
|
||
|
StoreType store_type = 11;
|
||
|
uint32 WeaponCountLimit = 7; //MEGLBHDLMDJ
|
||
|
uint32 material_count_limit = 10;
|
||
|
uint32 reliquary_count_limit = 15;
|
||
|
uint32 furniture_count_limit = 9;
|
||
|
}
|