C# Class Creatures.Language.Executors.ExecutorToolset

Inheritance: IExecutorToolset
Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
ExecutorToolset ( Random random ) : System
GetRandom ( int maxValue ) : int
GetState ( int direction ) : int

Method Details

ExecutorToolset() public méthode

public ExecutorToolset ( Random random ) : System
random System.Random
Résultat System

GetRandom() public méthode

public GetRandom ( int maxValue ) : int
maxValue int
Résultat int

GetState() public méthode

public GetState ( int direction ) : int
direction int
Résultat int