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

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

공개 메소드들

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

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteEx() 공개 메소드

public ExecuteEx ( WoWUnit unit ) : void
unit cleanCore.WoWUnit
리턴 void

HarmfulSpellAction() 공개 메소드

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