6 lines
86 B
Thrift
6 lines
86 B
Thrift
namespace * Byway.Thrift.Data.Net
|
|
struct CardPack {
|
|
1: i32 Id,
|
|
2: list<i32> Card,
|
|
}
|