21 lines
413 B
Thrift
21 lines
413 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct NPCFriendsDataItem
|
|
{
|
|
1:i32 Id, // Id
|
|
2:string Name, // 英文名
|
|
3:string NameCN, // 中文名
|
|
4:string NamePr, // 葡萄牙文名称
|
|
5:i32 Level, // 预设等级
|
|
6:i32 Head, // 头像
|
|
7:i32 Greeting, // 打招呼
|
|
8:i32 Happy, // 开心
|
|
9:i32 Taunt, // 胜利
|
|
10:i32 Fail, // 失败
|
|
}
|
|
|
|
struct NPCFriendsData
|
|
{
|
|
1:map<i32,NPCFriendsDataItem> npcfriendsdatas,
|
|
}
|