11 lines
287 B
C#
11 lines
287 B
C#
namespace AZTECHWB.Constants
|
|
{
|
|
public class ResourceURL
|
|
{
|
|
public static readonly string uiPrefabFolderPath = "UI/Prefabs/";
|
|
public static readonly string uiSpriteFolderPath = "UI/Sprites/";
|
|
public static readonly string dataFolderPath = "Data/";
|
|
}
|
|
}
|
|
|