NahidaImpact/NahidaImpact.Protocol/StoreWeightLimitNotify.proto

14 lines
321 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
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;
}