6 lines
145 B
C#
6 lines
145 B
C#
namespace MoonlightServers.Api.Infrastructure.Database.Json;
|
|
|
|
public class MiscellaneousConfig
|
|
{
|
|
public bool UseLegacyStartup { get; set; }
|
|
} |