10 lines
173 B
C#
10 lines
173 B
C#
|
using UnityEngine.UIElements;
|
||
|
|
||
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
internal interface IPurchasingSettingsUIBlock
|
||
|
{
|
||
|
VisualElement GetUIBlockElement();
|
||
|
}
|
||
|
}
|