Table of Contents

Struct MegaClilocProperty

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

Represents struct.

public record struct MegaClilocProperty : IEquatable<MegaClilocProperty>
Implements
Inherited Members

Constructors

MegaClilocProperty(uint, string?)

Represents struct.

public MegaClilocProperty(uint ClilocId, string? Text)

Parameters

ClilocId uint
Text string

Properties

ClilocId

public uint ClilocId { readonly get; set; }

Property Value

uint

Text

public string? Text { readonly get; set; }

Property Value

string