This commit is contained in:
backuppc
2026-01-14 15:29:38 +09:00
parent 5801137d63
commit d5516f9708
17 changed files with 605 additions and 402 deletions

View File

@@ -756,7 +756,7 @@ namespace Project
private void lbBat_Click(object sender, EventArgs e)
{
var bat = (int)PUB.BMS.Current_Level;
var bat = (int)PUB.BMS.BMSInformation.rsoc;
var msg = $"{bat}퍼센트";
PUB.Speak(msg, false, false);
PUB.counter.CountQA += 1;