10 lines
451 B
C#
10 lines
451 B
C#
namespace UnityEditor.Purchasing
|
|
{
|
|
static class SettingsUIConstants
|
|
{
|
|
internal const string packageUxmlRoot = "Packages/com.unity.purchasing/Editor/ServiceProjectSettings/UI/UXML";
|
|
internal const string packageUssRoot = "Packages/com.unity.purchasing/Editor/ServiceProjectSettings/UI/StyleSheets";
|
|
internal const string packageImageRoot = "Packages/com.unity.purchasing/Editor/ServiceProjectSettings/UI/Icons";
|
|
}
|
|
}
|