diff --git a/app/Libraries/BattleEngine/CombatObject/PhysicShot.php b/app/Libraries/BattleEngine/CombatObject/PhysicShot.php index 779dd16de..8d5388c9e 100755 --- a/app/Libraries/BattleEngine/CombatObject/PhysicShot.php +++ b/app/Libraries/BattleEngine/CombatObject/PhysicShot.php @@ -33,6 +33,7 @@ */ class PhysicShot { + private $fighters private $shipType; private $damage; private $count;