namespace GameCore.ECS; public struct HitResult { public bool DidHit; public Entity HitEntity; }