Removed module projects because it can't work like that atm. Commented out package commands.
This commit is contained in:
8
NadekoBot.Core/Modules/Searches/Common/MagicItem.cs
Normal file
8
NadekoBot.Core/Modules/Searches/Common/MagicItem.cs
Normal file
@ -0,0 +1,8 @@
|
||||
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