mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 12:14:35 +01:00
command yay!
This commit is contained in:
11
AscNet.SDKServer/Models/CommandApi.cs
Normal file
11
AscNet.SDKServer/Models/CommandApi.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace AscNet.SDKServer.Models
|
||||
{
|
||||
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
|
||||
public class ExecuteCommandBody
|
||||
{
|
||||
[JsonProperty("args", NullValueHandling = NullValueHandling.Ignore)]
|
||||
public string[] Args { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user