using System.Collections; using System.Collections.Generic; using UnityEngine; //枪托 public class GunButt : MonoBehaviour { //减震幅度 public float reduceLevel; public GameObject self_; }