Ejemplo n.º 1
0
 protected override void OnTarget(Mobile from, object o)
 {
     if (o is IPoint3D p)
     {
         m_Spell.Target(p);
     }
 }
Ejemplo n.º 2
0
 protected override void OnTarget(Mobile from, object o)
 {
     _spell.Target(o as IPoint3D);
 }