// #nullable enable namespace Chrono.Model; public static class DeckDatabase { public static readonly System.Collections.Generic.List Decks = [ ]; }