C# Class RaceGame.ComputerPlayersAi

Inheritance: IComputerPlayersAI
Afficher le fichier Open project: cjohnsson/Racing-Game Class Usage Examples

Méthodes publiques

Méthode Description
ComputerPlayersAi ( ) : System
Update ( ) : void

Private Methods

Méthode Description
CheckIfStuck ( Player player ) : void
TurnRandom ( Player player ) : void

Method Details

ComputerPlayersAi() public méthode

public ComputerPlayersAi ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void