Exemple #1
0
        public void SnowBallAttack(Mobile from, Mobile target)
        {
            ThrowingSnowballSE snowball = new ThrowingSnowballSE(this);

            snowball.ThrowIt();
        }
Exemple #2
0
        public void SnowBallAttack( Mobile from, Mobile target )
        {
            ThrowingSnowballSE snowball = new ThrowingSnowballSE( this );

            snowball.ThrowIt();
        }