ping reporting
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user