namespace KfChatDotNetBot.Models; /// /// Holds state information for the kasino shop /// public class KasinoShopStateModel { public required decimal DefaultHouseEdgeModifier { get; set; } = 0; }