初始化提示

This commit is contained in:
sin365 2025-06-16 11:20:52 +08:00
parent 92169c2f87
commit 9995a784aa

View File

@ -5,7 +5,7 @@ public class AxiPlayerPrefsForFileSystem : AxiPlayerPrefsFileBase
{ {
public AxiPlayerPrefsForFileSystem() : base(LoadData, SaveData) public AxiPlayerPrefsForFileSystem() : base(LoadData, SaveData)
{ {
Debug.Log($"AxiPlayerPrefsForPSVita Init"); Debug.Log($"AxiPlayerPrefsForFileSystem Init");
} }
protected static Dictionary<string, AxiPlayerPrefsKeyValye> LoadData() protected static Dictionary<string, AxiPlayerPrefsKeyValye> LoadData()