12 lines
194 B
C#
12 lines
194 B
C#
// <auto-generated/>
|
|
#nullable enable
|
|
|
|
namespace Chrono.Model;
|
|
|
|
public static class DeckDatabase
|
|
{
|
|
public static readonly System.Collections.Generic.List<DeckData> Decks =
|
|
[
|
|
];
|
|
}
|