C# 클래스 FireCurse, angrygoats

Purpose: Applies a curse to enemies which causes them to take damage over time.
상속: MonoBehaviour
파일 보기 프로젝트 열기: dulb640/angrygoats 1 사용 예제들

공개 메소드들

메소드 설명
updateStats ( float time, int damage ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

updateStats() 공개 메소드

public updateStats ( float time, int damage ) : void
time float
damage int
리턴 void