1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-29 09:11:45 +02:00
GiantsTools/Giants.Services/Services/ICommunityService.cs

8 lines
116 B
C#
Raw Normal View History

2020-08-16 11:03:10 +02:00
namespace Giants.Services
{
public interface ICommunityService
2020-08-16 11:03:10 +02:00
{
string GetDiscordUri();
}
}