7 lines
84 B
C#
7 lines
84 B
C#
public enum TurretMode
|
|
{
|
|
Detection = 0,
|
|
Charging = 1,
|
|
Firing = 2,
|
|
Berserk = 3
|
|
}
|