Table of Contents

Struct SkillKeyValue

Namespace
Moongate.Network.Packets.Incoming.Login
Assembly
Moongate.Network.Packets.dll

Represents struct.

public readonly record struct SkillKeyValue : IEquatable<SkillKeyValue>
Implements
Inherited Members

Constructors

SkillKeyValue(UOSkillName, int)

Represents struct.

public SkillKeyValue(UOSkillName Skill, int Value)

Parameters

Skill UOSkillName
Value int

Properties

Skill

public UOSkillName Skill { get; init; }

Property Value

UOSkillName

Value

public int Value { get; init; }

Property Value

int