mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
13 lines
No EOL
307 B
C#
13 lines
No EOL
307 B
C#
using NodaTime;
|
|
|
|
namespace PluralKit.Core;
|
|
|
|
public class SystemFronter
|
|
{
|
|
public SystemId SystemId { get; }
|
|
public SwitchId SwitchId { get; }
|
|
public Instant SwitchTimestamp { get; }
|
|
public MemberId MemberId { get; }
|
|
public string MemberHid { get; }
|
|
public string MemberName { get; }
|
|
} |