closes #17, великое переименование классов для автозагрузчика, актуализация кода

This commit is contained in:
2022-08-25 14:23:36 +03:00
parent 6cd7b13db0
commit 42714daeda
203 changed files with 38783 additions and 39766 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
namespace Magic\Elemental;
use battleClass;
use Battle;
use Insallah\Math;
class Fire
@@ -11,7 +11,7 @@ class Fire
private $color = '#a00';
private $colorCrit = '#f00';
private $colorMiss = '#909090';
public function __construct(battleClass $btl)
public function __construct(Battle $btl)
{
$this->btl = $btl;
}