diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs b/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs index 89d6219..dbfa8dc 100644 --- a/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs +++ b/WorldlineKeepers/Assets/Scripts/Tests/TestJson.cs @@ -62,6 +62,7 @@ public class TestJson : MonoBehaviour SaveDatas sd = JsonMapper.ToObject<SaveDatas>(Datas); Debug.Log(Datas); + } private void Reset() |