LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/TurretMode.cs
2023-12-22 18:30:10 -05:00

7 lines
84 B
C#

public enum TurretMode
{
Detection = 0,
Charging = 1,
Firing = 2,
Berserk = 3
}