cull(engine-cleanup): pass-9 cascade round 1 after NGUIText stub

This commit is contained in:
gamer147
2026-07-03 23:37:54 -04:00
parent 9183625ac2
commit 08c6bca58c
7 changed files with 0 additions and 102 deletions

View File

@@ -509,10 +509,4 @@ public static class Global
string textLanguage = CustomPreference.GetTextLanguage();
return AlphabetLanguageNames.Contains(textLanguage);
}
public static bool IsWordBreakLanguage()
{
string textLanguage = CustomPreference.GetTextLanguage();
return WordBreakLanguageNames.Contains(textLanguage);
}
}