ping reporting

This commit is contained in:
2026-06-02 14:47:32 +05:30
parent d62bf9e06b
commit 2651068b50
12 changed files with 2756 additions and 62 deletions
@@ -0,0 +1,10 @@
using System;
using UnityEngine;
[Serializable]
public class PingReportApiResponse
{
public bool ok;
public string error;
public PingReportData report;
}
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 76e4e69960816204d8a01d0e534e0bf4
@@ -0,0 +1,13 @@
using System;
using UnityEngine;
[Serializable]
public class PingReportData
{
public int id;
public int user_id;
public int match_id;
public int ping;
public string ip_address;
public string created_at;
}
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: b3f6089d3b18cb34482d7de0cd8bca51