2026-06-02 10:26:44 +08:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2026-06-02 11:11:47 +08:00
|
|
|
namespace ZooMatch
|
2026-06-02 10:26:44 +08:00
|
|
|
{
|
|
|
|
|
public class PlayerPrefsConst
|
|
|
|
|
{
|
|
|
|
|
public static string IsFaceBookLogin = "IsFaceBookLogin";
|
|
|
|
|
public static string FacebookAvatarUrl = "FacebookAvatarUrl";
|
|
|
|
|
public static string CachePath = Application.persistentDataPath + "/Cache/CacheLocalPreferences.super";
|
|
|
|
|
}
|
|
|
|
|
}
|