mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
8 lines
171 B
C#
8 lines
171 B
C#
#nullable disable
|
|
namespace NadekoBot.Modules.Searches.Common;
|
|
|
|
public class MagicItem
|
|
{
|
|
public string Name { get; set; }
|
|
public string Description { get; set; }
|
|
} |