Files
tbd-station-14/Content.PatreonParser/Patron.cs

4 lines
125 B
C#

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