9 lines
221 B
C#
9 lines
221 B
C#
namespace UnityEditor.Purchasing
|
|
{
|
|
internal interface IEditorAnalyticsEvent
|
|
{
|
|
EditorAnalyticsDataSignature GetSignature();
|
|
object CreateEventParams(string platformName, string packageKey);
|
|
}
|
|
}
|