mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
10 lines
No EOL
262 B
C#
10 lines
No EOL
262 B
C#
namespace MareSynchronos.API
|
|
{
|
|
public class ClientPairDto
|
|
{
|
|
public string OtherUID { get; set; }
|
|
public bool IsPaused { get; set; }
|
|
public bool IsSynced { get; set; }
|
|
public bool IsPausedFromOthers { get; set; }
|
|
}
|
|
} |