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