openlegends
9 months ago
3 changed files with 20 additions and 0 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
<?php |
||||
|
||||
declare(strict_types=1); |
||||
|
||||
namespace OpenLegends\Asset\Test\Ability; |
||||
|
||||
class Drain extends \OpenLegends\Engine\Abstract\Ability |
||||
{} |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
<?php |
||||
|
||||
declare(strict_types=1); |
||||
|
||||
namespace OpenLegends\Asset\Test\Ability; |
||||
|
||||
class Lethal extends \OpenLegends\Engine\Abstract\Ability |
||||
{} |
Loading…
Reference in new issue