Table of Contents

Struct GuildSetMemberNoteBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast requesting a change to one of a member's two guild notes.

public struct GuildSetMemberNoteBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

CharacterID

The member the note is about.

public long CharacterID

Field Value

long

IsOfficerNote

True to write the officer-only note, false for the public one.

public bool IsOfficerNote

Field Value

bool

Note

The note text.

public string Note

Field Value

string