using AlienAttack.MonoGame.Things.Muzzles; using Microsoft.Xna.Framework; namespace AlienAttack.MonoGame.Things.Weapons; public readonly record struct Shot2(MuzzleId Muzzle, Vector2 Velocity, Vector2 Offset);