mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update UILoadUpdate.cs
This commit is contained in:
@@ -41,7 +41,7 @@ namespace GameMain
|
|||||||
private void RefreshVersion()
|
private void RefreshVersion()
|
||||||
{
|
{
|
||||||
_label_appid.text = string.Format(LoadText.Instance.Label_App_id, Version.GameVersion);
|
_label_appid.text = string.Format(LoadText.Instance.Label_App_id, Version.GameVersion);
|
||||||
_label_resid.text = string.Format(LoadText.Instance.Label_Res_id, GameModule.Resource.PackageVersion);
|
_label_resid.text = string.Format(LoadText.Instance.Label_Res_id, GameModule.Resource.GetPackageVersion());
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void OnContinue(GameObject obj)
|
public virtual void OnContinue(GameObject obj)
|
||||||
|
Reference in New Issue
Block a user