9 lines
134 B
C#
9 lines
134 B
C#
namespace EmeraldAI.SoundDetection
|
|
{
|
|
public enum ThreatLevels
|
|
{
|
|
Unaware,
|
|
Suspicious,
|
|
Aware,
|
|
}
|
|
} |