C# 클래스 ArkaliaCore.Game.Utilities.Basic

파일 보기 프로젝트 열기: Emudofus/ArkaliaCore

공개 프로퍼티들

프로퍼티 타입 설명
LettersPairs string[]
Rand System.Random

공개 메소드들

메소드 설명
GetRandomName ( ) : string
GetUptime ( ) : string
RandomNumber ( int min, int max ) : int

메소드 상세

GetRandomName() 공개 정적인 메소드

public static GetRandomName ( ) : string
리턴 string

GetUptime() 공개 정적인 메소드

public static GetUptime ( ) : string
리턴 string

RandomNumber() 공개 정적인 메소드

public static RandomNumber ( int min, int max ) : int
min int
max int
리턴 int

프로퍼티 상세

LettersPairs 공개적으로 정적으로 프로퍼티

public static string[] LettersPairs
리턴 string[]

Rand 공개적으로 정적으로 프로퍼티

public static Random,System Rand
리턴 System.Random