Files
AZTECH_WB/Assets/Scripts/Constants/ResourceURL.cs
정영민 986886a260 [정영민] 아즈텍 프로젝트 OCTOPUS TWIN 템플릿 적용
26.02.26
- XRLib 추가 및 적용
- 아즈텍 프로젝트 OCTOPUS TWIN 템플릿 적용
2026-02-26 17:26:55 +09:00

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/";
}
}