Files
RedHotRoast-ios/Assets/GemCrush/Define/Const/PlayerPrefsConst.cs
T
2026-04-22 09:52:55 +08:00

11 lines
342 B
C#

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