示例#1
0
 protected virtual void Start()
 {
     gunViewParent = gameObject.GetComponent <GunViewBase>();
     Init();
     GetAudio();
     totalDurable = durable;
 }
示例#2
0
 private void Start()
 {
     m_BaseView = gameObject.GetComponent <GunViewBase>();
     canShoot   = true;
     InitOther();
 }