Files
PerfectTidy_untiy_ios/Assets/Legend/Define/Const/PlayerPrefsConst.cs
T

11 lines
341 B
C#
Raw Normal View History

2026-06-12 10:11:36 +08:00
using UnityEngine;
namespace LoveLegend
{
public class PlayerPrefsConst
{
public static string IsFaceBookLogin = "IsFaceBookLogin";
public static string FacebookAvatarUrl = "FacebookAvatarUrl";
public static string CachePath = Application.persistentDataPath + "/Cache/CacheLocalPreferences.super";
}
}