2026-04-22 09:52:55 +08:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-04-27 11:20:13 +08:00
|
|
|
namespace RedHotRoast
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
|
|
|
|
public class PlayerPrefsConst
|
|
|
|
|
{
|
|
|
|
|
public static string IsFaceBookLogin = "IsFaceBookLogin";
|
|
|
|
|
public static string FacebookAvatarUrl = "FacebookAvatarUrl";
|
|
|
|
|
public static string CachePath = Application.persistentDataPath + "/Cache/CacheLocalPreferences.super";
|
|
|
|
|
}
|
|
|
|
|
}
|