9 lines
152 B
C#
9 lines
152 B
C#
namespace seraph.Seraph.AntiDebug;
|
|
|
|
public class AntiDebug
|
|
{
|
|
public void RunChecks()
|
|
{
|
|
Console.WriteLine("Anti Debug Running.");
|
|
}
|
|
} |