Struct SkillKeyValue
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
SkillUOSkillNameValueint
Properties
Skill
public UOSkillName Skill { get; init; }
Property Value
Value
public int Value { get; init; }