mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
feat: add basic premium scaffolding
This commit is contained in:
parent
05801f6ab9
commit
832f07675f
8 changed files with 70 additions and 2 deletions
|
|
@ -28,6 +28,9 @@ public class SystemConfig
|
|||
public ProxySwitchAction ProxySwitch { get; }
|
||||
public string NameFormat { get; }
|
||||
|
||||
public bool PremiumLifetime { get; }
|
||||
public Instant? PremiumUntil { get; }
|
||||
|
||||
public enum HidPadFormat
|
||||
{
|
||||
None = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue