Interface IAction
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
initiatorICharacterThe character initiating the action.
eventDataEventDataEvent data for the action.