mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
6 lines
85 B
C#
6 lines
85 B
C#
namespace Daybreak.Models;
|
|
|
|
public sealed record OptionEntry(Type OptionType)
|
|
{
|
|
}
|