..
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user