mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
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.
This commit is contained in:
@@ -23,4 +23,9 @@ public class ApplicationDbContext : DbContext
|
||||
// public DbSet<PocketWatchTransactionDbModel> PocketWatchTransactions { get; set; }
|
||||
public DbSet<MomDbModel> Moms { get; set; }
|
||||
public DbSet<StreamDbModel> Streams { get; set; }
|
||||
public DbSet<GamblerDbModel> Gamblers { get; set; }
|
||||
public DbSet<TransactionDbModel> Transactions { get; set; }
|
||||
public DbSet<WagerDbModel> Wagers { get; set; }
|
||||
public DbSet<GamblerExclusionDbModel> Exclusions { get; set; }
|
||||
public DbSet<GamblerPerkDbModel> Perks { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user