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

6 lines
131 B
C#
Raw Normal View History

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