Table of Contents

Class KpmVipInfo

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个 KPM 官方陪玩服务器中的 VIP 信息。

public record KpmVipInfo : IEquatable<KpmVipInfo>
Inheritance
KpmVipInfo
Implements
Inherited Members

Properties

ExperiencePoints

获取经验值。

public int ExperiencePoints { get; init; }

Property Value

int

Icon

获取 VIP 图标的 URL。

public string Icon { get; init; }

Property Value

string

Level

获取 VIP 等级。

public int Level { get; init; }

Property Value

int

PriceRate

获取价格倍率。

public decimal PriceRate { get; init; }

Property Value

decimal

Remarks

表示折扣后的金额与原价的比例,当值为 1.0 时表示无折扣。

Text

获取 VIP 文本描述。

public string Text { get; init; }

Property Value

string