6 lines
80 B
PHP
6 lines
80 B
PHP
|
<?PHP
|
||
|
declare(strict_types = 1);
|
||
|
$units_die_axis_set = array (
|
||
|
'h' => 'h',
|
||
|
);
|