forfeiture, abandoning, entry_fee_collection at start
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public class PlayerProfileApiResponse
|
||||
{
|
||||
public bool ok;
|
||||
public string error;
|
||||
public int player_id;
|
||||
public string username;
|
||||
public string email;
|
||||
public int days_since_registration;
|
||||
public int matches_played;
|
||||
public float win_ratio;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: acfc3a6cd73c2234081774fcdc39082a
|
||||
Reference in New Issue
Block a user