yeeted shit and added shit

removed databaseservice.cs due to useless
made changes to mine command
worked on fish command
This commit is contained in:
Lan
2020-02-18 19:35:40 +02:00
parent fc0948f74e
commit 6cff0b753b
4 changed files with 111 additions and 186 deletions

View File

@@ -0,0 +1,17 @@
//namespace Kehyeedra3.Services.Models
//{
// class Fishing
// {
// public ulong UserId { get; set; } = 0;
// public ulong LastFish { get; set; } = 0;
// public ulong CFish { get; set; } = 0;
// public ulong CVal {get; set;} = 0;
// public ulong UFish { get; set; } = 0;
// public ulong UVal {get; set;} = 0;
// public ulong RFish { get; set; } = 0;
// public ulong RVal { get; set; } = 0;
// public ulong LFish { get; set; } = 0;
// public ulong LVal { get; set; } = 0;
// public ulong XP { get; set; } = 0;
// }
//}