Server.SkillHandlers.Inscribe.InternalTargetSrc.OnTargetCancel C# (CSharp) Méthode

OnTargetCancel() protected méthode

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
Résultat void
			protected override void OnTargetCancel( Mobile from, TargetCancelType cancelType )
			{
				if ( cancelType == TargetCancelType.Timeout )
					from.SendLocalizedMessage( 501619 ); // You have waited too long to make your inscribe selection, your inscription attempt has timed out.
			}
		}