Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DodongosQuest
Creatures
RandomTurnStrategy
C# 클래스 DodongosQuest.Creatures.RandomTurnStrategy
상속:
ITurnStrategy
파일 보기
프로젝트 열기: faintpixel/Roguelike
공개 메소드들
메소드
설명
RandomTurnStrategy
(
int
speed
) :
System
TakeTurn
(
ICreature
creature
,
World
world
) :
void
메소드 상세
RandomTurnStrategy()
공개
메소드
public
RandomTurnStrategy
(
int
speed
) :
System
speed
int
리턴
System
TakeTurn()
공개
메소드
public
TakeTurn
(
ICreature
creature
,
World
world
) :
void
creature
ICreature
world
World
리턴
void