Migrate to type-safe model ID structs
This commit is contained in:
@@ -4,10 +4,10 @@ namespace PluralKit.Core
|
||||
{
|
||||
public class SystemFronter
|
||||
{
|
||||
public int SystemId { get; }
|
||||
public int SwitchId { get; }
|
||||
public SystemId SystemId { get; }
|
||||
public SwitchId SwitchId { get; }
|
||||
public Instant SwitchTimestamp { get; }
|
||||
public int MemberId { get; }
|
||||
public MemberId MemberId { get; }
|
||||
public string MemberHid { get; }
|
||||
public string MemberName { get; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user