mirror of
https://github.com/mastercodeon314/KsDumper-11.git
synced 2025-02-17 11:08:40 +01:00
16 lines
302 B
C#
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; }
|
|
}
|
|
}
|