Migrate to type-safe model ID structs
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
namespace PluralKit.Core {
|
||||
public class PKSwitch
|
||||
{
|
||||
public int Id { get; }
|
||||
public int System { get; set; }
|
||||
public SwitchId Id { get; }
|
||||
public SystemId System { get; set; }
|
||||
public Instant Timestamp { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user