You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
607 B
17 lines
607 B
//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;
|
|
// }
|
|
//}
|
|
|