Files
Studio/Assets/Scripts/XED/Common/ResourceURL.cs

7 lines
131 B
C#
Raw Permalink Normal View History

2025-02-19 17:24:26 +09:00
namespace XED.Manage
{
public class ResourceURL
{
public readonly static string materialPath = "Materials";
}
}