Server.Items.ItemIdentification.OnUse C# (CSharp) Méthode

OnUse() public static méthode

public static OnUse ( Server.Mobile from ) : System.TimeSpan
from Server.Mobile
Résultat System.TimeSpan
		public static TimeSpan OnUse( Mobile from )
		{
			from.SendLocalizedMessage( 500343 ); // What do you wish to appraise and identify?
			from.Target = new InternalTarget();

			return TimeSpan.FromSeconds( 1.0 );
		}
ItemIdentification