C# 클래스 plasmaCutter, Main-Working-Repository

상속: weapon
파일 보기 프로젝트 열기: GCSShatteredSpace/Main-Working-Repository

공개 메소드들

메소드 설명
fireWeapon ( Vector2 pos, int time ) : void
isPassive ( ) : bool
plasmaCutter ( ) : System.Collections
readyToFire ( ) : bool

비공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void
generateDamage ( ) : void

메소드 상세

fireWeapon() 공개 메소드

public fireWeapon ( Vector2 pos, int time ) : void
pos Vector2
time int
리턴 void

isPassive() 공개 메소드

public isPassive ( ) : bool
리턴 bool

plasmaCutter() 공개 메소드

public plasmaCutter ( ) : System.Collections
리턴 System.Collections

readyToFire() 공개 메소드

public readyToFire ( ) : bool
리턴 bool