mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
More restructuring
This commit is contained in:
8
src/Nadeko.Bot.Modules.Searches/_Common/MagicItem.cs
Normal file
8
src/Nadeko.Bot.Modules.Searches/_Common/MagicItem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Modules.Searches.Common;
|
||||
|
||||
public class MagicItem
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
Reference in New Issue
Block a user