Files
telegram-bot/modules/ContentStore/Service/SomeRandomApi/KoalaService.cs
T

8 lines
198 B
C#
Raw Normal View History

2023-07-28 20:04:05 +03:00
namespace West.TelegramBot.ContentStore.Service.SomeRandomApi;
public class KoalaService : SomeRandomApiAbstractService
{
public KoalaService() : base("koala", "Коала", 40, 180)
2023-07-28 20:04:05 +03:00
{ }
}