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
|
|
|
{
|
2026-06-02 11:11:47 +08:00
|
|
|
public static class ZooMatchConstant
|
2026-06-02 10:26:44 +08:00
|
|
|
{
|
2026-06-02 11:11:47 +08:00
|
|
|
public const string croas = "Assets/ZooMatchAssets/";
|
2026-06-02 10:26:44 +08:00
|
|
|
public const string setbun = ".assetbundle";
|
|
|
|
|
public static readonly string tbund = $"{Application.dataPath}/../AssetBundle/{undles}";
|
|
|
|
|
public static readonly string fgklpk = "|";
|
|
|
|
|
public const string undles = "AssetBundles";
|
|
|
|
|
public const string nifest = ".manifest";
|
|
|
|
|
public static readonly string lesest = $"{undles}{nifest}";
|
2026-06-02 11:11:47 +08:00
|
|
|
public const string zyzootx = "ZooMatchFile.txt";
|
|
|
|
|
public const string nifldg = "[ ZooMatch ]";
|
2026-06-02 10:26:44 +08:00
|
|
|
public const string admsie = "4s2f6ac15sa6ds45";
|
|
|
|
|
}
|
|
|
|
|
}
|