C# 클래스 FireGem, angrygoats

Purpose: The red/fire gem. Creates a single bolt which applies a damage over time curse to whatever it hits.
상속: GenericGem
파일 보기 프로젝트 열기: dulb640/angrygoats

공개 프로퍼티들

프로퍼티 타입 설명
overTimeDamage int

공개 메소드들

메소드 설명
castAnimation ( ) : void
onEnemyHit ( GameObject other ) : void

보호된 메소드들

메소드 설명
doEffect ( ) : void

메소드 상세

castAnimation() 공개 메소드

public castAnimation ( ) : void
리턴 void

doEffect() 보호된 메소드

protected doEffect ( ) : void
리턴 void

onEnemyHit() 공개 메소드

public onEnemyHit ( GameObject other ) : void
other GameObject
리턴 void

프로퍼티 상세

overTimeDamage 공개적으로 프로퍼티

public int overTimeDamage
리턴 int