diff --git a/Assets/Scripts/SaveSystem/SlotManager.cs b/Assets/Scripts/SaveSystem/SlotManager.cs index 78f5373f9..bd049c943 100644 --- a/Assets/Scripts/SaveSystem/SlotManager.cs +++ b/Assets/Scripts/SaveSystem/SlotManager.cs @@ -1,6 +1,7 @@ using System; using System.IO; using System.Collections.Generic; +using AibisDream.SaveSystem.CloudSave; using AibisDream.Utility; using Newtonsoft.Json; using UnityEngine;