Esempio n. 1
0
        public override void Activate()
        {
            //Set the Gravity Object and collision goal object here before activating the effect.
            Souls.SetGravityGoal(Target, "soul");
            Souls.SetCollisionGoalPos(Target, "soul");

            Souls.Active();
        }