프로퍼티 | 타입 | 설명 | |
---|---|---|---|
currentProjectile | int | ||
hasAmmo | bool | ||
maxProjectile | int |
메소드 | 설명 | |
---|---|---|
checkAmmo ( ) : bool | ||
decreaseProjectile ( ) : void | ||
increaseMax ( int increaseAmount ) : void | ||
increaseProjectile ( int moreProjectiles ) : void | ||
setToMax ( ) : void |
메소드 | 설명 | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public static increaseMax ( int increaseAmount ) : void | ||
increaseAmount | int | |
리턴 | void |
public static increaseProjectile ( int moreProjectiles ) : void | ||
moreProjectiles | int | |
리턴 | void |