Server.Statics.FreezeWorld_OnCommand C# (CSharp) Méthode

FreezeWorld_OnCommand() private méthode

private FreezeWorld_OnCommand ( CommandEventArgs e ) : void
e CommandEventArgs
Résultat void
		public static void FreezeWorld_OnCommand( CommandEventArgs e )
		{
			SendWarning( e.Mobile, "You are about to freeze <u>every item on every map</u>.", BaseFreezeWarning, null, NullP3D, NullP3D, new WarningGumpCallback( FreezeWarning_Callback ) );
		}