Struct PokeLabel
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个 POKE 的标签。
public struct PokeLabel : IEntity<uint>
- Implements
- Inherited Members
Properties
Id
获取 POKE 的标签的唯一标识符。
public readonly uint Id { get; }
Property Value
Name
获取 POKE 的标签的名称。
public readonly string Name { get; }