9 lines
157 B
C#
9 lines
157 B
C#
namespace UnityEngine.Purchasing.Telemetry
|
|
{
|
|
interface ITelemetryMetricEvent
|
|
{
|
|
void StartMetric();
|
|
void StopAndSendMetric();
|
|
}
|
|
}
|