C# Class DodongosQuest.Creatures.WanderingSpellCasterTurnStrategy

Inheritance: ITurnStrategy
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
TakeTurn ( ICreature creature, World world ) : void
WanderingSpellCasterTurnStrategy ( int speed, World world ) : System

Method Details

TakeTurn() public méthode

public TakeTurn ( ICreature creature, World world ) : void
creature ICreature
world World
Résultat void

WanderingSpellCasterTurnStrategy() public méthode

public WanderingSpellCasterTurnStrategy ( int speed, World world ) : System
speed int
world World
Résultat System