From c42f83e45f3826b4b07b181f5c65ea804f123420 Mon Sep 17 00:00:00 2001 From: KP9lKk Date: Thu, 19 Dec 2024 13:19:53 +0300 Subject: [PATCH] add task for lootboxes --- LootBoxSimulator/Program.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/LootBoxSimulator/Program.cs b/LootBoxSimulator/Program.cs index 912c0e4..0b749db 100644 --- a/LootBoxSimulator/Program.cs +++ b/LootBoxSimulator/Program.cs @@ -45,6 +45,8 @@ RateDao? RandomizeRate() } return null; } -//пользователь вводит количество предметов для ролла и по этому количеству -//рандомятся случайные вещи -// \ No newline at end of file +//lootbox -> id, name, desc +//lootbobx and item -> itemID, lootboxID +//func openLootbox() - сдедать и добавить в меню +//dotnet ef migrations add [EnterName] +//dotnet ef database \ No newline at end of file