Exemplo n.º 1
0
 private static void AddInjectionDetectorToScene()
 {
     DetectorTools.SetupDetectorInScene <InjectionDetector>();
 }
Exemplo n.º 2
0
 private static void AddTimeCheatingDetectorToScene()
 {
     DetectorTools.SetupDetectorInScene <TimeCheatingDetector>();
 }
Exemplo n.º 3
0
 private static void AddSpeedHackDetectorToScene()
 {
     DetectorTools.SetupDetectorInScene <SpeedHackDetector>();
 }
Exemplo n.º 4
0
 private static void AddWallHackDetectorToScene()
 {
     DetectorTools.SetupDetectorInScene <WallHackDetector>();
 }
Exemplo n.º 5
0
 private static void AddObscuredCheatingDetectorToScene()
 {
     DetectorTools.SetupDetectorInScene <ObscuredCheatingDetector>();
 }