mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
14 lines
No EOL
348 B
C#
14 lines
No EOL
348 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; }
|
|
}
|
|
} |