﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class VehicleDestructibleHitbox : Destructible {

    public bool canBeDestroyed = false;
    public bool propagateDamage = true;
    
}
