Files
2025-01-25 04:38:09 +08:00

10 lines
206 B
C#

namespace Thousandto.CoreSDK
{
public class SDKStatisticsDefault : SDKStatistics
{
public override void StatisticalEvent(DataTypes funcType, string jsonParam)
{
}
}
}