LANCommander/LANCommander.Server/UI/Pages/Games/Components/ImportDialogOptions.cs

6 lines
No EOL
131 B
C#

namespace LANCommander.Server.UI.Pages.Games.Components;
public class ImportDialogOptions
{
public string Hint { get; set; }
}