using System.Collections;
using UnityEngine;
namespace HurricaneVR.Framework.Weapons.Guns
{
public class HVRAutomaticGun : HVRGunBase
protected override void Awake()
base.Awake();
}