Main/Component/UI/Common/UITextReplace.cs
@@ -3,8 +3,8 @@ using UnityEngine; using UnityEngine.UI; using System; namespace vnxbqy.UI { //只用于Text组件,补充设置文本,读取的是Y.语言表;游戏运行会设置文本内容 public class UITextReplace : MonoBehaviour { @@ -19,5 +19,4 @@ textObj.text = Language.Get(language); } } }