jaroslavtyc/drd-plus-tables

View on GitHub
src/Armaments/Exceptions/UnknownShield.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types = 1);

namespace DrdPlus\Tables\Armaments\Exceptions;

class UnknownShield extends UnknownMeleeWeaponlike
{

}