get ready for moodles
This commit is contained in:
@@ -32,5 +32,5 @@ public class CharacterData
|
|||||||
public string HeelsData { get; set; } = string.Empty;
|
public string HeelsData { get; set; } = string.Empty;
|
||||||
public string HonorificData { get; set; } = string.Empty;
|
public string HonorificData { get; set; } = string.Empty;
|
||||||
public string ManipulationData { get; set; } = string.Empty;
|
public string ManipulationData { get; set; } = string.Empty;
|
||||||
public string PalettePlusData { get; set; } = string.Empty;
|
public string MoodlesData { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,7 @@ namespace MareSynchronos.API.SignalR;
|
|||||||
|
|
||||||
public interface IMareHub
|
public interface IMareHub
|
||||||
{
|
{
|
||||||
const int ApiVersion = 29;
|
const int ApiVersion = 30;
|
||||||
const string Path = "/mare";
|
const string Path = "/mare";
|
||||||
|
|
||||||
Task<bool> CheckClientHealth();
|
Task<bool> CheckClientHealth();
|
||||||
|
|||||||
Reference in New Issue
Block a user