for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace AardsGerds\Game\Build\Talent\Effect;
final class BlockImmunity implements Effect
{
public static function getName(): string
return 'Block Immunity';
}
public static function getDescription(): string
return 'This attack cannot be blocked.';