1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2025-02-20 04:21:14 +01:00
KsDumper-11/KsDumper11/JsonSettings.cs

16 lines
302 B
C#
Raw Permalink Normal View History

2024-02-22 00:51:22 -06:00
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; }
}
}