SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Runtime/Purchasing/Telemetry/Metrics/Interfaces/ITelemetryMetricEvent.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

9 lines
157 B
C#

namespace UnityEngine.Purchasing.Telemetry
{
interface ITelemetryMetricEvent
{
void StartMetric();
void StopAndSendMetric();
}
}