9 lines
No EOL
215 B
C#
9 lines
No EOL
215 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace LANCommander.Steam.Models.SteamCmdNet;
|
|
|
|
public sealed class ExternalArguments
|
|
{
|
|
[JsonPropertyName("allowunknown")]
|
|
public string? AllowUnknown { get; set; }
|
|
} |