From 2afbb545027568fccc85853e18af02a7c6b2929e Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 16 May 2023 16:03:51 +0800 Subject: *misc --- WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs') diff --git a/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs b/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs index 54df05b..482595e 100644 --- a/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs +++ b/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs @@ -36,7 +36,7 @@ public class TestEvent : MonoBehaviour, INotification private void OnEventCheck(params object[] p) { - Debug.Log("msg" + p[0]); + LogHelper.Log("msg" + p[0]); } } -- cgit v1.1-26-g67d0