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
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
public static class LegendConstant
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
2026-04-27 11:20:13 +08:00
|
|
|
public const string croas = "Assets/RedHotRoastAssets/";
|
2026-04-22 09:52:55 +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-04-22 11:13:16 +08:00
|
|
|
public const string zyzootx = "LoveLegendFile.txt";
|
|
|
|
|
public const string nifldg = "[ LoveLegend ]";
|
2026-04-22 09:52:55 +08:00
|
|
|
public const string admsie = "4s2f6ac15sa6ds45";
|
|
|
|
|
}
|
|
|
|
|
}
|