C# 클래스 ScatterShotProjectile, DemonHeart

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

공개 메소드들

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

메소드 상세

OnHit() 공개 메소드

public OnHit ( ) : void
리턴 void

ScatterShotProjectile() 공개 메소드

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

getDamage() 공개 메소드

public getDamage ( ) : float
리턴 float

getDuration() 공개 메소드

public getDuration ( ) : float
리턴 float

getPierceChance() 공개 메소드

public getPierceChance ( ) : float
리턴 float

getSpeed() 공개 메소드

public getSpeed ( ) : float
리턴 float