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

8 lines
116 B
C#

namespace Giants.Services
{
public interface ICommunityService
{
string GetDiscordUri();
}
}