C# Class DodongosQuest.Creatures.RandomTurnStrategy

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

Méthodes publiques

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

Method Details

RandomTurnStrategy() public méthode

public RandomTurnStrategy ( int speed ) : System
speed int
Résultat System

TakeTurn() public méthode

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