7 lines
162 B
C#
7 lines
162 B
C#
namespace Moonlight.Api.Configuration;
|
|
|
|
public class VersionOptions
|
|
{
|
|
public bool OfflineMode { get; set; }
|
|
public string? CurrentOverride { get; set; }
|
|
} |