mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-22 13:19:17 +01:00
yeah idk, basic form of reg, auth, upload, whitelist. lots of stuff.
This commit is contained in:
parent
0a4ee136bc
commit
f6fbb4c862
20 changed files with 673 additions and 0 deletions
10
MareSynchronosServer/MareSynchronos.API/WhitelistDto.cs
Normal file
10
MareSynchronosServer/MareSynchronos.API/WhitelistDto.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace MareSynchronos.API
|
||||
{
|
||||
public class WhitelistDto
|
||||
{
|
||||
public string OtherUID { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
public bool IsSynced { get; set; }
|
||||
public bool IsPausedFromOthers { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue