api update 10
This commit is contained in:
@@ -1,14 +1,8 @@
|
|||||||
using System;
|
namespace MareSynchronos.API
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace MareSynchronos.API
|
|
||||||
{
|
{
|
||||||
public class Api
|
public class Api
|
||||||
{
|
{
|
||||||
public const int Version = 9;
|
public const int Version = 10;
|
||||||
public const string Path = "/mare";
|
public const string Path = "/mare";
|
||||||
|
|
||||||
public const string SendFileAbortUpload = "AbortUpload";
|
public const string SendFileAbortUpload = "AbortUpload";
|
||||||
|
|||||||
@@ -1,17 +1,10 @@
|
|||||||
using System;
|
namespace MareSynchronos.API
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace MareSynchronos.API
|
|
||||||
{
|
{
|
||||||
public enum ObjectKind
|
public enum ObjectKind
|
||||||
{
|
{
|
||||||
Player = 0,
|
Player = 0,
|
||||||
Minion = 1,
|
MinionOrMount = 1,
|
||||||
Companion = 2,
|
Companion = 2,
|
||||||
Pet = 3,
|
Pet = 3,
|
||||||
Mount = 4
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
using System;
|
namespace MareSynchronos.API
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace MareSynchronos.API
|
|
||||||
{
|
{
|
||||||
public record SystemInfoDto
|
public record SystemInfoDto
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user