Util::range 추가

This commit is contained in:
2020-04-09 02:07:50 +09:00
parent d540cd0a77
commit 09d28eff90
18 changed files with 77 additions and 43 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function getFormattedFileLogAll(string $path){
}
function eraseTnmtFightLogAll(){
foreach(range(0, 49) as $i){
foreach(Util::range(50) as $i){
eraseTnmtFightLog($i);
}
}