mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[store] refactor, add new purchasables
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Kruzya.TelegramBot.Core.Data;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using West.TelegramBot.ContentStore.Model;
|
||||
|
||||
namespace West.TelegramBot.ContentStore.Service;
|
||||
|
||||
public class GayKittiesService : AbstractKittiesService
|
||||
{
|
||||
public GayKittiesService(IConfiguration configuration, CoreContext db) : base(configuration, db)
|
||||
{
|
||||
}
|
||||
|
||||
protected override string VideoType => "gay";
|
||||
public override StoreItem StoreItem { get; } = new("kitties", "Прон (не геи)", 40, 110);}
|
||||
Reference in New Issue
Block a user