Initial split of the modules
This commit is contained in:
8
NadekoBot.Core/Services/Database/Models/Currency.cs
Normal file
8
NadekoBot.Core/Services/Database/Models/Currency.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace NadekoBot.Services.Database.Models
|
||||
{
|
||||
public class Currency : DbEntity
|
||||
{
|
||||
public ulong UserId { get; set; }
|
||||
public long Amount { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user