Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DarkEmu_GameServer
Global
RandomID
C# 클래스 DarkEmu_GameServer.Global.RandomID
파일 보기
프로젝트 열기: CarlosX/DarkEmu
공개 프로퍼티들
프로퍼티
타입
설명
List
List
rnd
System.Random
공개 메소드들
메소드
설명
Already
(
int
id
) :
bool
GetRandom
(
int
maxValue
) :
int
GetRandom
(
int
aralik1
,
int
aralik2
) :
int
메소드 상세
Already()
공개
정적인
메소드
public
static
Already
(
int
id
) :
bool
id
int
리턴
bool
GetRandom()
공개
정적인
메소드
public
static
GetRandom
(
int
maxValue
) :
int
maxValue
int
리턴
int
GetRandom()
공개
정적인
메소드
public
static
GetRandom
(
int
aralik1
,
int
aralik2
) :
int
aralik1
int
aralik2
int
리턴
int
프로퍼티 상세
List
공개적으로 정적으로 프로퍼티
public
static
List
List
리턴
List
rnd
공개적으로 정적으로 프로퍼티
public
static
Random,System
rnd
리턴
System.Random