mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 07:44:00 +00:00
enter intro cutscene
This commit is contained in:
9
SdkServer/Models/ResponseBase.cs
Normal file
9
SdkServer/Models/ResponseBase.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MikuSB.SdkServer.Models;
|
||||
|
||||
public class ResponseBase
|
||||
{
|
||||
public string Msg { get; set; } = "OK";
|
||||
public bool Success { get; set; } = true;
|
||||
public int Code { get; set; }
|
||||
public object? Data { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user