Table of Contents

Struct GuildDirectoryEntry

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

One guild as it appears in the recruitment directory.

public struct GuildDirectoryEntry
Inherited Members

Fields

Blurb

Advertisement text.

public string Blurb

Field Value

string

GuildID

Guild identifier, used to apply.

public long GuildID

Field Value

long

MaxMemberCount

Maximum member count, so the client can render "37 / 100" without a constant.

public int MaxMemberCount

Field Value

int

MemberCount

Current member count.

public int MemberCount

Field Value

int

Name

Guild display name.

public string Name

Field Value

string

Tags

Comma-separated tags.

public string Tags

Field Value

string