NahidaImpact/NahidaImpact.Protocol/PlayerStoreNotify.proto

12 lines
215 B
Protocol Buffer
Raw Normal View History

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