Class CheatingDetectionEvent<T>
Serializable
Inheritance
System.Object
CheatingDetectionEvent<T>
Namespace: GUPS.AntiCheat.Detector
Assembly: cs.temp.dll.dll
Syntax
public class CheatingDetectionEvent<T> : UnityEvent<T> where T : IDetectorStatus
Type Parameters
| Name | Description |
|---|---|
| T | The concrete detector status type raised by the detector. |