Files
KfChatDotNet/KfChatDotNetBot/Models/MoneyMetaModels.cs
barelyprofessional 6ca1cf055c Added the initial framework for the new Money system.
Includes
- 5 new tables: Gamblers, Transactions, Wagers, Exclusions, Perks
- Still heavily WIP and not ready to be enabled, no games present and a lot of missing functionality
- For now it's completely disabled until it's ready to be used.
2025-08-20 14:59:09 -05:00

3 lines
97 B
C#

namespace KfChatDotNetBot.Models;
// Stash all the models used for perk or game metadata here