|
@@ -2,19 +2,19 @@ namespace MafiaTelegramBot.DataBase
|
|
|
{
|
|
|
public class User
|
|
|
{
|
|
|
- private long Id { get; set; } = 0;
|
|
|
- private string Username { get; set; } = "test";
|
|
|
- private int Games { get; set; } = 0;
|
|
|
- private int Wins { get; set; } = 0;
|
|
|
- private int MafiaGames { get; set; } = 0;
|
|
|
- private int MafiaWins { get; set; } = 0;
|
|
|
- private int VillagerGames { get; set; } = 0;
|
|
|
- private int VillagerWins { get; set; } = 0;
|
|
|
- private int DonGames { get; set; } = 0;
|
|
|
- private int DonWins { get; set; } = 0;
|
|
|
- private int GovernorGames { get; set; } = 0;
|
|
|
- private int GovernorWins { get; set; } = 0;
|
|
|
- private int DoctorGames { get; set; } = 0;
|
|
|
- private int DoctorWins { get; set; } = 0;
|
|
|
+ public long Id { get; set; } = 0;
|
|
|
+ public string Username { get; set; } = "test";
|
|
|
+ public int Games { get; set; } = 0;
|
|
|
+ public int Wins { get; set; } = 0;
|
|
|
+ public int MafiaGames { get; set; } = 0;
|
|
|
+ public int MafiaWins { get; set; } = 0;
|
|
|
+ public int VillagerGames { get; set; } = 0;
|
|
|
+ public int VillagerWins { get; set; } = 0;
|
|
|
+ public int DonGames { get; set; } = 0;
|
|
|
+ public int DonWins { get; set; } = 0;
|
|
|
+ public int GovernorGames { get; set; } = 0;
|
|
|
+ public int GovernorWins { get; set; } = 0;
|
|
|
+ public int DoctorGames { get; set; } = 0;
|
|
|
+ public int DoctorWins { get; set; } = 0;
|
|
|
}
|
|
|
}
|