Files

7 lines
109 B
C#

namespace AlienAttack.MonoGame.Things.Enemies.Mines;
public enum MineState
{
Drifting,
Charging
}