7 lines
145 B
C#
7 lines
145 B
C#
namespace MoonlightServers.Frontend.Models;
|
|
|
|
public class ServerTab
|
|
{
|
|
public string Path { get; set; }
|
|
public string Name { get; set; }
|
|
} |