Exemplo n.º 1
0
 public GroundTarget(TreasureShovel item, Mobile from) : base(6, true, TargetFlags.None)
 {
     m_Item = item;
     m_From = from;
 }
            public GroundTarget(TreasureShovel item, Mobile from) : base(6, true, TargetFlags.None)
			{
				m_Item = item;
				m_From = from;
			}
Exemplo n.º 3
0
 public DigTimer(Mobile from, TreasureShovel shovel, TimeSpan duration) : base(duration)
 {
     Priority = TimerPriority.OneSecond;
     m_From   = from;
     m_Item   = shovel;
 }
			public DigTimer( Mobile from, TreasureShovel shovel, TimeSpan duration ) : base( duration ) 
			{ 
				Priority = TimerPriority.OneSecond;
				m_From = from;
				m_Item = shovel;
			}