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