C# 클래스 LightningGem, angrygoats

Purpose: The yellow/lightning gem. Useful for stunning the enemy in their tracks. This completely stops the enemy but is applied for a shorter time than the freeze gem
상속: GenericGem
파일 보기 프로젝트 열기: dulb640/angrygoats

공개 메소드들

메소드 설명
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