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

FreezeBox_Callback() private static méthode

private static FreezeBox_Callback ( Server.Mobile from, Server.Map map, Server.Point3D start, Server.Point3D end, object state ) : void
from Server.Mobile
map Server.Map
start Server.Point3D
end Server.Point3D
state object
Résultat void
		private static void FreezeBox_Callback( Mobile from, Map map, Point3D start, Point3D end, object state )
		{
			SendWarning( from, "You are about to freeze a section of items.", BaseFreezeWarning, map, start, end, new WarningGumpCallback( FreezeWarning_Callback ) );
		}