LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/TurretMode.cs

8 lines
84 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
public enum TurretMode
{
Detection = 0,
Charging = 1,
Firing = 2,
Berserk = 3
}