C# Class World.GameActions.UsePickaxe

Inheritance: GameAction
Exibir arquivo Open project: GoodAI/BrainSimulator Class Usage Examples

Public Methods

Method Description
Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void
UsePickaxe ( GameActor sender ) : World.Atlas

Method Details

Resolve() public method

public Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable table ) : void
target GameActorPosition
atlas IAtlas
table ITilesetTable
return void

UsePickaxe() public method

public UsePickaxe ( GameActor sender ) : World.Atlas
sender GameActor
return World.Atlas