Files

8 lines
182 B
C#
Raw Permalink Normal View History

namespace West.TelegramBot.ContentStore.Service;
public class PandaService : SomeRandomApiAbstractService
{
public PandaService(): base("panda", "Панда", 40, 160)
{}
}