Private constructor for EnchantmentHelper

This commit is contained in:
Dylan K. Taylor 2023-08-23 15:49:31 +01:00
parent 20a41b00ba
commit 29fdc8b08d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -43,6 +43,10 @@ use function round;
final class EnchantmentHelper{
private const MAX_BOOKSHELF_COUNT = 15;
private function __construct(){
//NOOP
}
/**
* @param EnchantmentInstance[] $enchantments
*/