mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
HybirdCLR Demo更新
HybirdCLR Demo更新
This commit is contained in:
Binary file not shown.
@@ -14,7 +14,7 @@ namespace TEngineCore
|
|||||||
|
|
||||||
protected override void StartGame()
|
protected override void StartGame()
|
||||||
{
|
{
|
||||||
UnityEngine.Debug.Log("你好呀华佗".ToColor(ColorUtils.White));
|
UnityEngine.Debug.Log("你好呀HybirdCLR".ToColor(ColorUtils.White));
|
||||||
|
|
||||||
UISys.Mgr.ShowWindow<TEngineLoginUI>();
|
UISys.Mgr.ShowWindow<TEngineLoginUI>();
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ namespace TEngineCore
|
|||||||
|
|
||||||
public static void Update(float deltaTime)
|
public static void Update(float deltaTime)
|
||||||
{
|
{
|
||||||
UnityEngine.Debug.Log("HuaTuo热更域Update");
|
UnityEngine.Debug.Log("HybirdCLR热更域Update");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user