Server.Items.InteriorDecorator.InternalTarget.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.Canceled )
					from.CloseGump( typeof( InteriorDecorator.InternalGump ) );
			}