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