PluralKit/PluralKit.Core/Database/Views/SystemFronter.cs

13 lines
307 B
C#
Raw Normal View History

2021-08-27 15:03:47 +00:00
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; }
}