From 00cbae1895984e9f71ae8994ccbac713b604df0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Fri, 1 Aug 2025 19:32:21 +0800 Subject: [PATCH] modify --- Runtime/Constant/Language.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Runtime/Constant/Language.cs b/Runtime/Constant/Language.cs index 4a4a209..132da07 100644 --- a/Runtime/Constant/Language.cs +++ b/Runtime/Constant/Language.cs @@ -21,5 +21,10 @@ /// 日语。 /// Japanese, + + /// + /// 俄语。 + /// + Russian, } }