mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
13 lines
171 B
Go
13 lines
171 B
Go
package client
|
|
|
|
type (
|
|
VipInfo struct {
|
|
Uin int64
|
|
Name string
|
|
Level int
|
|
LevelSpeed float64
|
|
VipLevel string
|
|
VipGrowthSpeed int
|
|
VipGrowthTotal int
|
|
}
|
|
) |