using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(fileName = "GunRecoilConfig", menuName = "GunRecoilConfig")] public class GunRecoilConfig : ScriptableObject { public Range zKickback; public Range xTwist; public Range yTwist; public float recoveryTime; public float Push; }