28 lines
458 B
Thrift
28 lines
458 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
|
|
struct PetCareItemItem
|
|
{
|
|
1:i32 Id, // Id
|
|
2:i32 GroupId, // 商品所在组
|
|
3:i32 ItemId, // 道具id
|
|
4:string Icon, // 图片资源
|
|
5:string Model, // 类型
|
|
6:double Scale, // 大小
|
|
7:string Angle, // 位置,旋转
|
|
8:string GetFrom,
|
|
9:i32 Price,
|
|
10:string Res,
|
|
11:i32 ReqId,
|
|
12:i32 Exp,
|
|
13:i32 Sort,
|
|
14:string Tex2D,
|
|
15:string Name,
|
|
}
|
|
|
|
|
|
struct PetCareItem
|
|
{
|
|
1:map<i32,PetCareItemItem> petcareitems,
|
|
}
|