Files
RedHotRoast-ios/Assets/Legend/Define/Const/PlayerPrefsConst.cs
T

11 lines
341 B
C#

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";
}
}