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