10 lines
226 B
C#
10 lines
226 B
C#
namespace CFCoreAPI.Endpoints.Mods
|
|
{
|
|
public class ModsAPI : APIBase
|
|
{
|
|
public ModsAPI(HttpClient httpClient) : base(httpClient)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
}
|
|
} |