C# 클래스 Creatures.Language.Executors.ExecutorToolset

상속: IExecutorToolset
파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
ExecutorToolset ( Random random ) : System
GetRandom ( int maxValue ) : int
GetState ( int direction ) : int

메소드 상세

ExecutorToolset() 공개 메소드

public ExecutorToolset ( Random random ) : System
random System.Random
리턴 System

GetRandom() 공개 메소드

public GetRandom ( int maxValue ) : int
maxValue int
리턴 int

GetState() 공개 메소드

public GetState ( int direction ) : int
direction int
리턴 int