C# Class DodongosQuest.Creatures.WanderingSpellCasterTurnStrategy

Inheritance: ITurnStrategy
Mostrar archivo Open project: faintpixel/Roguelike

Public Methods

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

Method Details

TakeTurn() public method

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

WanderingSpellCasterTurnStrategy() public method

public WanderingSpellCasterTurnStrategy ( int speed, World world ) : System
speed int
world World
return System