update: 更新函数名称

main
胡宇飞 2024-08-07 23:17:52 +08:00
parent f099a99c95
commit d4f5342e7f
1 changed files with 2 additions and 4 deletions

View File

@ -78,12 +78,12 @@ namespace Guru
#endregion
#region Data Cache
#region Clear Data Cache
/// <summary>
/// 清除数据缓存
/// </summary>
public static void CleanData()
public static void ClearData()
{
Model.ClearData();
GuruIAP.Instance.ClearData();
@ -91,8 +91,6 @@ namespace Guru
PlayerPrefs.Save();
}
#endregion
}