Table of Contents

Class SendBankerBroadcastAction

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

ECA action that opens the bank UI for the interacting player. Sets the character's last-interactable ID so follow-up bank transactions are associated with this banker, then broadcasts BankerBroadcast to the owner connection. Server-only.

[Serializable]
public class SendBankerBroadcastAction : BaseAction, IAction
Inheritance
SendBankerBroadcastAction
Implements
Inherited Members

Methods

Execute(ICharacter, EventData)

Sends the bank-open broadcast and records the interactable ID on the bank controller.

public override void Execute(ICharacter initiator, EventData eventData)

Parameters

initiator ICharacter
eventData EventData