public static string GenerateHitboxFilter(Hitbox hitbox, CollisionLayer layer)
 {
     return($"{hitbox.name} {layer.LayerName}");
 }