Table of Contents

Struct HueStyle

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

Represents struct.

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

Constructors

HueStyle(short, short)

Represents struct.

public HueStyle(short Style, short Hue)

Parameters

Style short
Hue short

Properties

Hue

public short Hue { get; init; }

Property Value

short

Style

public short Style { get; init; }

Property Value

short