Files

8 lines
195 B
C#
Raw Permalink Normal View History

namespace West.TelegramBot.ContentStore.Service;
public class KangarooService : SomeRandomApiAbstractService
{
public KangarooService(): base("kangaroo", "Кенгуру", 40, 175)
{}
}