9 lines
233 B
C#
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_";
|
|
}
|
|
} |