Table of Contents

Struct GuildRecruitmentInfoBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast carrying a guild's recruitment advertisement to its own members.

public struct GuildRecruitmentInfoBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Remarks

Sent to MEMBERS. Non-members see the advertisement through GuildDirectoryBroadcast, which is a different message because it answers a different question — "which guilds are recruiting" rather than "what does my guild currently advertise".

Fields

Blurb

The advertisement text.

public string Blurb

Field Value

string

GuildID

The guild the advertisement belongs to.

public long GuildID

Field Value

long

IsRecruiting

Whether the guild is listed in the directory.

public bool IsRecruiting

Field Value

bool

Tags

Comma-separated tags.

public string Tags

Field Value

string