add API solution
This commit is contained in:
10
MareSynchronosAPI/OnlineUserDto.cs
Normal file
10
MareSynchronosAPI/OnlineUserDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public record OnlineUserDto
|
||||
{
|
||||
public string UID { get; set; }
|
||||
public string CharacterNameHash { get; set; }
|
||||
public bool IsModerator { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user