mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 23:54:15 +01:00
adjust DTOs, add call to push character data to visible clients
This commit is contained in:
parent
3e00bc4efd
commit
d56923d553
13 changed files with 82 additions and 72 deletions
|
|
@ -1,12 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MareSynchronos.API
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public class BannedUserDto
|
||||
public record BannedUserDto
|
||||
{
|
||||
public string CharacterHash { get; set; }
|
||||
public string Reason { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue