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