2017-07-17 19:42:36 +00:00
|
|
|
|
namespace NadekoBot.Modules.Searches.Common
|
2016-08-16 12:11:45 +00:00
|
|
|
|
{
|
2017-05-27 08:19:27 +00:00
|
|
|
|
public class MagicItem
|
2016-08-16 12:11:45 +00:00
|
|
|
|
{
|
|
|
|
|
public string Name { get; set; }
|
|
|
|
|
public string Description { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|