Table of Contents

Class BookPageEntry

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

Represents BookPageEntry.

public class BookPageEntry
Inheritance
BookPageEntry
Inherited Members

Constructors

BookPageEntry()

public BookPageEntry()

Properties

IsPageRequest

public bool IsPageRequest { get; }

Property Value

bool

LineCount

public ushort LineCount { get; set; }

Property Value

ushort

Lines

public List<string> Lines { get; }

Property Value

List<string>

PageNumber

public ushort PageNumber { get; set; }

Property Value

ushort