C# Class DodongosQuest.Creatures.StationaryTurnStrategy

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

Méthodes publiques

Méthode Description
TakeTurn ( ICreature creature, World world ) : void

Method Details

TakeTurn() public méthode

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