GC-Proto/proto/StoreWeightLimitNotify.proto

15 lines
363 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
import "StoreType.proto";
2024-05-22 14:51:09 +03:00
// 4.6.0
// CmdId: 28238
2022-11-06 15:30:21 +03:00
message StoreWeightLimitNotify {
2023-08-17 14:18:58 +03:00
uint32 weight_limit = 2;
2024-05-22 14:51:09 +03:00
uint32 reliquary_count_limit = 4;
StoreType store_type = 8;
uint32 material_count_limit = 9;//sus
uint32 weapon_count_limit = 11;//sus
uint32 furniture_count_limit = 15;//sus
}