11 lines
215 B
Protocol Buffer
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;
|
|
}
|