C# 클래스 DodongosQuest.Creatures.WanderingSpellCasterTurnStrategy

상속: ITurnStrategy
파일 보기 프로젝트 열기: faintpixel/Roguelike

공개 메소드들

메소드 설명
TakeTurn ( ICreature creature, World world ) : void
WanderingSpellCasterTurnStrategy ( int speed, World world ) : System

메소드 상세

TakeTurn() 공개 메소드

public TakeTurn ( ICreature creature, World world ) : void
creature ICreature
world World
리턴 void

WanderingSpellCasterTurnStrategy() 공개 메소드

public WanderingSpellCasterTurnStrategy ( int speed, World world ) : System
speed int
world World
리턴 System