Table of Contents

Struct PartyData

Namespace
FishMMO.Database.Data
Assembly
FishMMO-DB.dll

Party data transfer object.

public struct PartyData
Inherited Members

Constructors

PartyData(long, long)

public PartyData(long id, long worldServerID = 0)

Parameters

id long
worldServerID long

Fields

ID

Primary key.

public readonly long ID

Field Value

long

WorldServerID

World server this party belongs to. A party exists on exactly one.

public readonly long WorldServerID

Field Value

long