diff --git a/Assets/DemoGame/GameScript/Hotfix/TestZhongLi.cs b/Assets/DemoGame/GameScript/Hotfix/TestZhongLi.cs index a026352..76d4730 100644 --- a/Assets/DemoGame/GameScript/Hotfix/TestZhongLi.cs +++ b/Assets/DemoGame/GameScript/Hotfix/TestZhongLi.cs @@ -2,8 +2,14 @@ namespace ZC { - public class TestZhongLi + public class TestZhongLi : GameObjectBase { + public override void OnUpdate(float dateTime) + { + base.OnUpdate(dateTime); + Debug.Log("没找到?"); + } + public void Update() { if (SystemInfo.supportsGyroscope) @@ -17,8 +23,8 @@ namespace ZC } else { - Debug.Log("没找到?"); - } +// Debug.Log("没找到?"); + } } } } \ No newline at end of file