mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
10 lines
No EOL
199 B
C#
10 lines
No EOL
199 B
C#
using NodaTime;
|
|
|
|
namespace PluralKit.Core {
|
|
public class PKSwitch
|
|
{
|
|
public int Id { get; }
|
|
public int System { get; set; }
|
|
public Instant Timestamp { get; }
|
|
}
|
|
} |