本地化

This commit is contained in:
2025-04-25 20:24:11 +08:00
parent 165d154784
commit d69ad072ea
127 changed files with 12788 additions and 1647 deletions
+5
View File
@@ -48,5 +48,10 @@ namespace AibisDream.Framework
{
gameObject.SetActive(false);
}
public void SetMaxCharNum(string value)
{
maxCharNum = int.Parse(value);
}
}
}