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