C# 클래스 WizardClass, DefendAman

상속: RangedClass
파일 보기 프로젝트 열기: CarsonRoscoe/DefendAman 1 사용 예제들

공개 메소드들

메소드 설명
basicAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
specialAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

basicAttack() 공개 메소드

public basicAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
dir Vector2
playerLoc Vector2
리턴 float

specialAttack() 공개 메소드

public specialAttack ( Vector2 dir, Vector2 playerLoc = default(Vector2) ) : float
dir Vector2
playerLoc Vector2
리턴 float