6 lines
131 B
C#
6 lines
131 B
C#
|
|
namespace LANCommander.Server.UI.Pages.Games.Components;
|
||
|
|
|
||
|
|
public class ImportDialogOptions
|
||
|
|
{
|
||
|
|
public string Hint { get; set; }
|
||
|
|
}
|