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

11 lines
342 B
C#

using UnityEngine;
namespace RedHotRoast
{
public class PlayerPrefsConst
{
public static string IsFaceBookLogin = "IsFaceBookLogin";
public static string FacebookAvatarUrl = "FacebookAvatarUrl";
public static string CachePath = Application.persistentDataPath + "/Cache/CacheLocalPreferences.super";
}
}