Refactor Block->getResistance() -> Block->getBlastResistance() and added some documentation

This commit is contained in:
Dylan K. Taylor
2017-08-20 13:25:43 +01:00
parent 216fc6fe31
commit eeedcf7332
11 changed files with 20 additions and 10 deletions

View File

@ -37,7 +37,7 @@ class BrickStairs extends Stair{
return 2;
}
public function getResistance() : float{
public function getBlastResistance() : float{
return 30;
}