1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2025-02-17 11:08:40 +01:00
KsDumper-11/KsDumper11/JsonSettings.cs
Dennis Nedry 58a0d27fd7 v1.3.4
2024-02-22 00:51:22 -06:00

16 lines
302 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KsDumper11
{
public class JsonSettings
{
public bool closeDriverOnExit { get; set; }
public bool enableAntiAntiDebuggerTools { get; set; }
}
}