Table of Contents

Struct PokeLabel

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the label of a IPoke.

public struct PokeLabel : IEntity<uint>
Implements
Inherited Members

Properties

Id

Gets the ID of the poke action label.

public readonly uint Id { get; }

Property Value

uint

Name

Gets the name of the poke action label.

public readonly string Name { get; }

Property Value

string