C# 클래스 VolleyProjectile, DemonHeart

상속: Projectile
파일 보기 프로젝트 열기: rwbysafire/DemonHeart

공개 메소드들

메소드 설명
OnHit ( ) : void
VolleyProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
getDamage ( ) : float
getDuration ( ) : float
getSpeed ( ) : float

메소드 상세

OnHit() 공개 메소드

public OnHit ( ) : void
리턴 void

VolleyProjectile() 공개 메소드

public VolleyProjectile ( GameObject gameObject, Stats, stats ) : System.Collections
gameObject GameObject
stats Stats,
리턴 System.Collections

getDamage() 공개 메소드

public getDamage ( ) : float
리턴 float

getDuration() 공개 메소드

public getDuration ( ) : float
리턴 float

getSpeed() 공개 메소드

public getSpeed ( ) : float
리턴 float