From 748c875e9300230eb1f940fa38febd857d506c6f Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Fri, 12 Jun 2026 19:58:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(save):=20=E4=BF=AE=E5=A4=8D=20SlotManager?= =?UTF-8?q?=20=E4=BA=91=E5=AD=98=E6=A1=A3=E5=91=BD=E5=90=8D=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/SaveSystem/SlotManager.cs | 1 + 1 file changed, 1 insertion(+) 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;