7.4 to the go

This commit is contained in:
2022-12-19 20:26:14 +02:00
parent 6cd7b13db0
commit 924be6329b
237 changed files with 38764 additions and 89531 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;
}