Table of Contents

Struct GuildRankEntry

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

One rank on a guild's ladder, on the wire.

public struct GuildRankEntry
Inherited Members

Remarks

Permissions travels as a plain long rather than as the GuildPermissions enum so the serializer has nothing to infer about enum widths, and so a client built against an older flag set reads an unknown bit as a bit it does not render rather than failing to read the message at all.

Fields

Name

Display name.

public string Name

Field Value

string

Permissions

Permission bit mask.

public long Permissions

Field Value

long

RankOrder

Ordering position. Higher is more senior.

public byte RankOrder

Field Value

byte