Table of Contents

Struct GuildApplyBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast requesting to join a guild through its directory listing.

public struct GuildApplyBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Remarks

This one DOES carry a guild ID, unlike the member-only requests: the requester is by definition not in the guild, so the server has no controller to read it from. Everything else about the request — that the guild exists, is recruiting, has room, has not blocked the applicant, and that the applicant is guildless — is re-established server-side.

Fields

GuildID

The guild being applied to.

public long GuildID

Field Value

long

Message

The applicant's message. May be empty.

public string Message

Field Value

string