Example #1
0
 public Transform arrowPos;        //箭矢的位置
 private void Awake()
 {
     instance   = this;
     attackTime = 0;
     Player.Instance.arrowModel = arrowModel;
     Player.Instance.arrowPos   = arrowPos;
 }
Example #2
0
 private void Awake()
 {
     instance = this;
     Player.Instance.arrowPos = arrowPos;
     Player.Instance.go       = this.gameObject;
 }