Table of Contents

Struct GuildInfoBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast carrying a guild's descriptive text to its members.

public struct GuildInfoBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Remarks

The notice and message_of_the_day columns have existed on the guild table since it was created, and PersistMessageOfTheDayAsync has existed with no caller — there was no message on the wire able to carry either value, so nothing could ever set or read them. This is that message.

Fields

GuildID

The guild this information describes.

public long GuildID

Field Value

long

MessageOfTheDay

The guild's message of the day.

public string MessageOfTheDay

Field Value

string

Name

The guild's display name.

public string Name

Field Value

string

Notice

The guild's notice text.

public string Notice

Field Value

string