Files

6 lines
213 B
C#

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);