api update 10

This commit is contained in:
Stanley Dimant
2022-08-24 21:59:35 +02:00
parent 1ee130413f
commit 1601ec28cf
3 changed files with 5 additions and 24 deletions

View File

@@ -1,14 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.API
namespace MareSynchronos.API
{
public class Api
{
public const int Version = 9;
public const int Version = 10;
public const string Path = "/mare";
public const string SendFileAbortUpload = "AbortUpload";

View File

@@ -1,17 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.API
namespace MareSynchronos.API
{
public enum ObjectKind
{
Player = 0,
Minion = 1,
MinionOrMount = 1,
Companion = 2,
Pet = 3,
Mount = 4
}
}

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.API
namespace MareSynchronos.API
{
public record SystemInfoDto
{