C# 클래스 DodongosQuest.Magic.Spell

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

공개 메소드들

메소드 설명
CastSpell ( ICreature caster, Vector2 targetWorldIndex ) : bool
Rotate ( ) : void
Spell ( string name, int manaCost, AreaOfEffect affectedArea, bool targetCanMove, World world, ICastStrategy castStrategy, bool allowRotation ) : System

메소드 상세

CastSpell() 공개 메소드

public CastSpell ( ICreature caster, Vector2 targetWorldIndex ) : bool
caster ICreature
targetWorldIndex Vector2
리턴 bool

Rotate() 공개 메소드

public Rotate ( ) : void
리턴 void

Spell() 공개 메소드

public Spell ( string name, int manaCost, AreaOfEffect affectedArea, bool targetCanMove, World world, ICastStrategy castStrategy, bool allowRotation ) : System
name string
manaCost int
affectedArea AreaOfEffect
targetCanMove bool
world World
castStrategy ICastStrategy
allowRotation bool
리턴 System