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