8 lines
131 B
C#
8 lines
131 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
internal interface IAnalyticsPackageKeyHolder
|
||
|
{
|
||
|
string GetPackageKey();
|
||
|
}
|
||
|
}
|