Table of Contents

Struct PokeQuality

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个 POKE 的品质。

public struct PokeQuality : IEntity<uint>
Implements
Inherited Members

Properties

Color

获取 POKE 品质的颜色。

public readonly Color Color { get; }

Property Value

Color

Id

获取 POKE 品质的唯一标识符。

public readonly uint Id { get; }

Property Value

uint

Resources

获取 POKE 品质的资源。

public readonly IReadOnlyDictionary<string, string> Resources { get; }

Property Value

IReadOnlyDictionary<string, string>