]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add project to update Patrons.yml from a csv file containing Patreon webhooks, add...
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Thu, 12 Oct 2023 07:33:30 +0000 (00:33 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 07:33:30 +0000 (00:33 -0700)
commit388e424a17f8c964fb5696377c6bfc58e99998bc
tree1dfd092a7c4b5fe190cb984a23fae312502d3a7e
parent1e1433374a30baf48b3d4082f2d3cefb300c6468
Add project to update Patrons.yml from a csv file containing Patreon webhooks, add missing Patrons (#20942)
13 files changed:
Content.PatreonParser/Attributes.cs [new file with mode: 0644]
Content.PatreonParser/Content.PatreonParser.csproj [new file with mode: 0644]
Content.PatreonParser/CurrentlyEntitledTiers.cs [new file with mode: 0644]
Content.PatreonParser/Data.cs [new file with mode: 0644]
Content.PatreonParser/Included.cs [new file with mode: 0644]
Content.PatreonParser/Patron.cs [new file with mode: 0644]
Content.PatreonParser/Program.cs [new file with mode: 0644]
Content.PatreonParser/Relationships.cs [new file with mode: 0644]
Content.PatreonParser/Root.cs [new file with mode: 0644]
Content.PatreonParser/Row.cs [new file with mode: 0644]
Content.PatreonParser/TierData.cs [new file with mode: 0644]
Resources/Credits/Patrons.yml
SpaceStation14.sln