yeah idk, basic form of reg, auth, upload, whitelist. lots of stuff.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user