Ejemplo n.º 1
0
    new void Update()
    {
        base.Update();

        if (smasher.colliding)
        {
            smasher.MultiplyVelocity(0.25f);
        }
    }