Total Complexity | 5 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | 1 | final class CharacterSpecialSkill extends BaseCharacterSkill { |
|
14 | public function __construct(SkillSpecial $skill, int $level) { |
||
16 | 1 | } |
|
17 | |||
18 | protected function getSkillType(): string { |
||
19 | 1 | return "special"; |
|
20 | } |
||
21 | |||
22 | protected function getSkill(): SkillSpecial { |
||
24 | } |
||
25 | |||
26 | protected function getValue(): int { |
||
33 | } |
||
34 | } |
||
35 | ?> |