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

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

공개 메소드들

메소드 설명
GetRandom ( int maxValue ) : int
GetState ( int condition ) : int
MyExecutorToolset ( Random random, int>.IDictionary state ) : System

메소드 상세

GetRandom() 공개 메소드

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

GetState() 공개 메소드

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

MyExecutorToolset() 공개 메소드

public MyExecutorToolset ( Random random, int>.IDictionary state ) : System
random System.Random
state int>.IDictionary
리턴 System