PluralKit/PluralKit.Core/Models/PremiumAllowance.cs

8 lines
167 B
C#
Raw Normal View History

2025-12-28 00:06:51 +13:00
namespace PluralKit.Core;
public class PremiumAllowance
{
public int Id { get; }
public SystemId System { get; }
public int? IdChangesRemaining { get; }
}