C# Class DodongosQuest.Creatures.StationaryTurnStrategy

Inheritance: ITurnStrategy
Mostra file Open project: faintpixel/Roguelike

Public Methods

Method Description
TakeTurn ( ICreature creature, World world ) : void

Method Details

TakeTurn() public method

public TakeTurn ( ICreature creature, World world ) : void
creature ICreature
world World
return void