AK056/Assets/GameLogic/Game/Setting/AssetLocationSetting.cs
2025-05-08 13:38:55 +08:00

9 lines
233 B
C#

namespace GameLogic
{
public static class AssetLocationSetting
{
public static readonly string ContainerPath = "YCLZT";
public static readonly string SoSelfConfig = "So/Shelf/shelfConfig_";
}
}