C# Class DodongosQuest.Creatures.RandomTurnStrategy

Inheritance: ITurnStrategy
Mostra file Open project: faintpixel/Roguelike

Public Methods

Method Description
RandomTurnStrategy ( int speed ) : System
TakeTurn ( ICreature creature, World world ) : void

Method Details

RandomTurnStrategy() public method

public RandomTurnStrategy ( int speed ) : System
speed int
return System

TakeTurn() public method

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