trivia questions and pokemon data will be stored in redis, instead of per-shard
This commit is contained in:
10
NadekoBot.Core/Common/Pokemon/SearchPokemonAbility.cs
Normal file
10
NadekoBot.Core/Common/Pokemon/SearchPokemonAbility.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace NadekoBot.Core.Common.Pokemon
|
||||
{
|
||||
public class SearchPokemonAbility
|
||||
{
|
||||
public string Desc { get; set; }
|
||||
public string ShortDesc { get; set; }
|
||||
public string Name { get; set; }
|
||||
public float Rating { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user