summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-16 16:03:51 +0800
committerchai <215380520@qq.com>2023-05-16 16:03:51 +0800
commit2afbb545027568fccc85853e18af02a7c6b2929e (patch)
tree3827873af133fe9f81041e4babbfd0d54a53f9d1 /WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs
parent88f739ea0f3440152082f34707e79328a71aabed (diff)
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Tests/TestEvent.cs2
1 files changed, 1 insertions, 1 deletions
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]);
}
}