Table of Contents

Interface IAction

Namespace
FishMMO.Shared.Core
Assembly
FishMMO.Shared.dll

Interface for executable actions in FishMMO. Defines the contract for action execution.

public interface IAction

Methods

Execute(ICharacter, EventData)

Executes the action with the given initiator and event data.

void Execute(ICharacter initiator, EventData eventData)

Parameters

initiator ICharacter

The character initiating the action.

eventData EventData

Event data for the action.