Quasar/Server/Core/Data/AutostartItem.cs

10 lines
226 B
C#
Raw Normal View History

namespace xServer.Core.Data
{
public static class AutostartItem
{
public static string Name { get; set; }
public static string Path { get; set; }
public static int Type { get; set; }
}
}