Esempio n. 1
0
    public void SetTarget(Transform trans)
    {
        BulletControllerArrowSoul bulletControllerArrowSoul = controller as BulletControllerArrowSoul;

        if (!(bulletControllerArrowSoul == null))
        {
            bulletControllerArrowSoul.SetTarget(trans);
        }
    }
Esempio n. 2
0
    public void SetPuppetTargetPos(Vector3 pos)
    {
        //IL_001a: Unknown result type (might be due to invalid IL or missing references)
        BulletControllerArrowSoul bulletControllerArrowSoul = controller as BulletControllerArrowSoul;

        if (!(bulletControllerArrowSoul == null))
        {
            bulletControllerArrowSoul.SetPuppetTargetPos(pos);
        }
    }