mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-24 17:39:22 +01:00
10 lines
No EOL
261 B
C#
10 lines
No EOL
261 B
C#
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; }
|
|
}
|
|
} |