so many fixes

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 02:16:36 +03:00
parent 83ff36afd1
commit 6738ea72ce
4 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ using System.Text;
namespace SPWorldsApi
{
public sealed class SPWorlds : IPaymentWrapper, IUserWrapper
public sealed class SPWorlds : PaymentWrapper
{
internal string token { get; }
public HttpRequest client { get; set; }