mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-07 18:56:00 -05:00
10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
use Carbon\CarbonInterval;
|
|
|
|
return [
|
|
'max-available-strikes' => 5,
|
|
|
|
'strike-refresh-time' => CarbonInterval::hour(),
|
|
];
|