Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
7
Hcs.ClientNet/Client/Api/ApiBase.cs
Normal file
7
Hcs.ClientNet/Client/Api/ApiBase.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Hcs.ClientNet.Api
|
||||
{
|
||||
public abstract class ApiBase(ClientBase client)
|
||||
{
|
||||
protected ClientBase client = client;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user