mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Organized some db models into folders
This commit is contained in:
9
src/Nadeko.Bot.Db/Models/currency/BankUser.cs
Normal file
9
src/Nadeko.Bot.Db/Models/currency/BankUser.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using NadekoBot.Services.Database.Models;
|
||||
|
||||
namespace NadekoBot.Db.Models;
|
||||
|
||||
public class BankUser : DbEntity
|
||||
{
|
||||
public ulong UserId { get; set; }
|
||||
public long Balance { get; set; }
|
||||
}
|
Reference in New Issue
Block a user