Table of Contents

Struct PokeQuality

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the quality of a IPoke.

public struct PokeQuality : IEntity<uint>
Implements
Inherited Members

Properties

Color

Gets the color of the PokeQuality.

public readonly Color Color { get; }

Property Value

Color

Id

Gets the identifier of the PokeQuality.

public readonly uint Id { get; }

Property Value

uint

Resources

Gets the resources of the PokeQuality.

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

Property Value

IReadOnlyDictionary<string, string>