示例#1
0
 public virtual void SetUpItem(GameObject player)
 {
     playerShooting = player.GetComponent <Shooting>();
     firePoint      = playerShooting.GetFirePoint();
     aimPoint       = playerShooting.GetAimPoint();
 }