summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs b/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs
index dbfa8dc..762b8e4 100644
--- a/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs
+++ b/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs
@@ -2,6 +2,7 @@ using LitJson;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
+using WK;
public class SaveData
{
@@ -61,7 +62,7 @@ public class TestJson : MonoBehaviour
//解析Json
SaveDatas sd = JsonMapper.ToObject<SaveDatas>(Datas);
- Debug.Log(Datas);
+ LogHelper.Log(Datas);
}