Files

4 lines
125 B
C#

namespace Content.PatreonParser;
public readonly record struct Patron(string FullName, string TierName, DateTime Start);