Moved wings api client to new location
This commit is contained in:
9
Moonlight/App/ApiClients/Wings/Requests/ServerPower.cs
Normal file
9
Moonlight/App/ApiClients/Wings/Requests/ServerPower.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Moonlight.App.ApiClients.Wings.Requests;
|
||||
|
||||
public class ServerPower
|
||||
{
|
||||
[JsonProperty("action")]
|
||||
public string Action { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user