mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Killed history
This commit is contained in:
17
NadekoBot.Core/Services/Database/Models/WaifuItem.cs
Normal file
17
NadekoBot.Core/Services/Database/Models/WaifuItem.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace NadekoBot.Core.Services.Database.Models
|
||||
{
|
||||
public class WaifuItem : DbEntity
|
||||
{
|
||||
public int? WaifuInfoId { get; set; }
|
||||
public string ItemEmoji { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
[Obsolete]
|
||||
public int Price { get; set; }
|
||||
[Obsolete]
|
||||
public int Item { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user