mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-16 16:34:47 +01:00
accounts db & http sdk db impl
This commit is contained in:
10
BLHX.Server.SDK/Models/Base.cs
Normal file
10
BLHX.Server.SDK/Models/Base.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace BLHX.Server.SDK.Models
|
||||
{
|
||||
class BaseResponse
|
||||
{
|
||||
[JsonPropertyName("result")]
|
||||
public int Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user