Table of Contents

Struct GuildDisbandBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast requesting that the guild be disbanded.

public struct GuildDisbandBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Remarks

Carries the guild name the client believes it is disbanding. The server compares it against the guild the requester is actually in, so a confirmation dialog raised against one guild cannot destroy another after a fast leave-and-rejoin — the same reasoning as the invitation identity, applied to the one action that cannot be undone.

Fields

ConfirmationName

The guild name the requester typed to confirm.

public string ConfirmationName

Field Value

string