Initial split of the modules
This commit is contained in:
9
NadekoBot.Core/Services/Database/Models/CommandPrice.cs
Normal file
9
NadekoBot.Core/Services/Database/Models/CommandPrice.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Services.Database.Models
|
||||
{
|
||||
public class CommandPrice : DbEntity
|
||||
{
|
||||
public int Price { get; set; }
|
||||
//this is unique
|
||||
public string CommandName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user