C# 클래스 cleanLayer.Library.Combat.SpellAction

상속: ActionBase
파일 보기 프로젝트 열기: Vipeax/cleanLayer

공개 메소드들

메소드 설명
Execute ( ) : void
SpellAction ( Brain brain, int priority, string spellName = null, int range = 5 ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

SpellAction() 공개 메소드

public SpellAction ( Brain brain, int priority, string spellName = null, int range = 5 ) : System
brain Brain
priority int
spellName string
range int
리턴 System