Table of Contents

Class LocationMessagePart

Namespace
Archipelago.MultiClient.Net.MessageLog.Parts
Assembly
Archipelago.MultiClient.Net.dll

Part of a LogMessage that contains information about an location

public class LocationMessagePart : MessagePart
Inheritance
LocationMessagePart
Inherited Members

Properties

LocationId

The name of the location

public long LocationId { get; }

Property Value

long

Player

The player that owns the location

public int Player { get; }

Property Value

int

See Also