From 9995a784aa19a75e7710ea64200c278c6b68d0e1 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Mon, 16 Jun 2025 11:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppMain/AxiPlayerPrefs/AxiPlayerPrefsForFileSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiPlayerPrefs/AxiPlayerPrefsForFileSystem.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiPlayerPrefs/AxiPlayerPrefsForFileSystem.cs index 133374af..25998357 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiPlayerPrefs/AxiPlayerPrefsForFileSystem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiPlayerPrefs/AxiPlayerPrefsForFileSystem.cs @@ -5,7 +5,7 @@ public class AxiPlayerPrefsForFileSystem : AxiPlayerPrefsFileBase { public AxiPlayerPrefsForFileSystem() : base(LoadData, SaveData) { - Debug.Log($"AxiPlayerPrefsForPSVita Init"); + Debug.Log($"AxiPlayerPrefsForFileSystem Init"); } protected static Dictionary LoadData()