PHP 클래스 PHPWarrior\Units\Wizard

상속: extends Base
파일 보기 프로젝트 열기: yandod/php-warrior

공개 메소드들

메소드 설명
__construct ( ) Class constructor
character ( ) : string The character.
max_health ( ) : integer Maximun health for the wizard.
play_turn ( $turn )
shoot_power ( ) : integer Shooting power for the wizard.

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( )

character() 공개 메소드

The character.
public character ( ) : string
리턴 string

max_health() 공개 메소드

Maximun health for the wizard.
public max_health ( ) : integer
리턴 integer

play_turn() 공개 메소드

public play_turn ( $turn )

shoot_power() 공개 메소드

Shooting power for the wizard.
public shoot_power ( ) : integer
리턴 integer