Added configurable weapons.
This commit is contained in:
6
AlientAttack.MonoGame/Things/Weapons/ShotPattern.cs
Normal file
6
AlientAttack.MonoGame/Things/Weapons/ShotPattern.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace AlienAttack.MonoGame.Things.Weapons;
|
||||
|
||||
public sealed class ShotPattern
|
||||
{
|
||||
public required Shot2[] Shots { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user