Files

7 lines
136 B
C#

namespace AlienAttack.MonoGame.Things.Weapons;
public sealed class ShotPattern
{
public required Shot2[] Shots { get; init; }
}