Example #1
0
            protected override void OnTarget(Mobile from, object targ)
            {
                if (!(m_Post.Deleted))
                {
                    ShrinkFunctions.Shrink(from, targ);
                }

                return;
            }
Example #2
0
 protected override void OnTarget(Mobile from, object targ)
 {
     ShrinkFunctions.Shrink(from, targ, false);
 }