Added basic turret logic.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AlienAttack.MonoGame.Things.Enemies.Turrets;
|
||||
|
||||
public class TealTurret(int x, int y) : Turret(x, y)
|
||||
{
|
||||
protected override string TurretColor => "Teal";
|
||||
}
|
||||
Reference in New Issue
Block a user