mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
4 lines
125 B
C#
4 lines
125 B
C#
namespace Content.PatreonParser;
|
|
|
|
public readonly record struct Patron(string FullName, string TierName, DateTime Start);
|