Table of Contents

Struct SwitchStateBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Server → Client broadcast when a switch is toggled. Communicates the new state.

public struct SwitchStateBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

Activated

True if the switch target is now activated.

public bool Activated

Field Value

bool

InteractableID

ID of the switch interactable.

public long InteractableID

Field Value

long