Table of Contents

Struct CharacterSceneChangeRequestBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for requesting a character scene change via a teleporter. Contains the source teleporter and target teleporter names.

public struct CharacterSceneChangeRequestBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

FromTeleporter

Name of the teleporter the character is coming from.

public string FromTeleporter

Field Value

string

TeleporterName

Name of the teleporter the character is going to.

public string TeleporterName

Field Value

string