C# Class DRObjects.Items.Archetypes.Local.WishingWell

Inheritance: MapItem
Mostrar archivo Open project: Haedrian/Divine-Right Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetPossibleActions ( Actor actor ) : Enums.ActionType[]
PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]

Method Details

GetPossibleActions() public method

public GetPossibleActions ( Actor actor ) : Enums.ActionType[]
actor Actor
return Enums.ActionType[]

PerformAction() public method

public PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]
actionType ActionType
actor Actor
args object
return ActionFeedback[]