Class ItemMessagePart
- Namespace
- Archipelago.MultiClient.Net.MessageLog.Parts
- Assembly
- Archipelago.MultiClient.Net.dll
Part of a LogMessage that contains information about an item
public class ItemMessagePart : MessagePart
- Inheritance
-
ItemMessagePart
- Inherited Members
Properties
Flags
The flags that identify the items its special properties
public ItemFlags Flags { get; }
Property Value
ItemId
The id of the item
public long ItemId { get; }
Property Value
Player
The player that owns the item (receiver)
public int Player { get; }