mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Restructured folders and project names, ci should be fixed
This commit is contained in:
14
src/NadekoBot/Modules/Searches/Common/NovelData.cs
Normal file
14
src/NadekoBot/Modules/Searches/Common/NovelData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace NadekoBot.Modules.Searches.Common
|
||||
{
|
||||
public class NovelResult
|
||||
{
|
||||
public string Description { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Link { get; set; }
|
||||
public string ImageUrl { get; set; }
|
||||
public string[] Authors { get; set; }
|
||||
public string Status { get; set; }
|
||||
public string[] Genres { get; set; }
|
||||
public string Score { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user