Enum PingType
Enum that represents the type of SCP-079 ping.
public enum PingType : byte
- Extension Methods
Fields
Generator = 0Represents a generator ping.
Projectile = 1Represents a projectile ping.
MicroHid = 2Represents a Micro-HID ping.
Human = 3Represents a human ping.
Elevator = 4Represents an elevator ping.
Door = 5Represents a door ping.
Default = 6Represents a general ping.