GSServer-CBT/soggy-mistress/proto/Shop.proto

9 lines
121 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
import "ShopGoods.proto";
message Shop {
uint32 shopType = 1;
repeated ShopGoods goodsList = 2;
}