Server.Statics.FreezeWorld_OnCommand C# (CSharp) Method

FreezeWorld_OnCommand() private method

private FreezeWorld_OnCommand ( CommandEventArgs e ) : void
e CommandEventArgs
return 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 ) );
		}