Files
telegram-bot/modules/ContentStore/Service/SomeRandomApi/PandaService.cs
T
2023-07-28 20:04:05 +03:00

8 lines
198 B
C#

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