NahidaImpact/NahidaImpact.Protocol/StoreWeightLimitNotify.proto
2024-01-04 16:48:39 +03:00

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