[+] Global judge adjust

This commit is contained in:
Clansty
2024-09-17 04:13:51 +08:00
parent ef832461c0
commit 5128db9f6c
6 changed files with 50 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ namespace AquaMai
public class UtilsConfig
{
public bool LogUserId { get; set; }
public float JudgeAdjustA { get; set; }
public float JudgeAdjustB { get; set; }
public int TouchDelay { get; set; }
}
}
}