Files
ZooMatch-GP/Assets/ZooMatch/ToolKit/ZooMatchConstant.cs
T

18 lines
715 B
C#
Raw Normal View History

2026-06-02 10:26:44 +08:00
using UnityEngine;
namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public static class ZooMatchConstant
2026-06-02 10:26:44 +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}";
public const string zyzootx = "ZooMatchFile.txt";
public const string nifldg = "[ ZooMatch ]";
2026-06-02 10:26:44 +08:00
public const string admsie = "4s2f6ac15sa6ds45";
}
}