HybirdCLR Demo更新

HybirdCLR Demo更新
This commit is contained in:
ALEXTANG
2022-07-23 10:09:58 +08:00
parent ba56b2ab13
commit 5ee55a276e
5 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@ namespace TEngineCore
protected override void StartGame()
{
UnityEngine.Debug.Log("你好呀华佗".ToColor(ColorUtils.White));
UnityEngine.Debug.Log("你好呀HybirdCLR".ToColor(ColorUtils.White));
UISys.Mgr.ShowWindow<TEngineLoginUI>();
@@ -28,7 +28,7 @@ namespace TEngineCore
public static void Update(float deltaTime)
{
UnityEngine.Debug.Log("HuaTuo热更域Update");
UnityEngine.Debug.Log("HybirdCLR热更域Update");
}
}
}