Files
RedHotRoast-ios/Assets/RedHotRoast/ToolKit/LegendConstant.cs
T

18 lines
706 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
using UnityEngine;
namespace RedHotRoast
2026-04-22 09:52:55 +08:00
{
public static class LegendConstant
2026-04-22 09:52:55 +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}";
public const string zyzootx = "LoveLegendFile.txt";
public const string nifldg = "[ LoveLegend ]";
2026-04-22 09:52:55 +08:00
public const string admsie = "4s2f6ac15sa6ds45";
}
}