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

11 lines
215 B
Protocol Buffer

syntax = "proto3";
import "Item.proto";
import "StoreType.proto";
// CmdId: 9906
// Obf: HILAGDNCPDA
message PlayerStoreNotify {
uint32 weight_limit = 5;
repeated Item item_list = 6;
StoreType store_type = 9;
}