adjust DTOs, add call to push character data to visible clients
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public interface ITransferFileDto
|
||||
{
|
||||
string Hash { get; set; }
|
||||
bool IsForbidden { get; set; }
|
||||
string ForbiddenBy { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user