1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-26 03:37:22 +08:00
This commit is contained in:
2023-09-11 20:55:49 +08:00
parent 0b67cddc65
commit 6361ab21c6
5 changed files with 170 additions and 60 deletions

View File

@@ -73,7 +73,7 @@ public class MyCheckBox : MonoBehaviour
{
if (labelText != null)
{
labelText.text = val;
labelText.text = val.Translate();
}
}