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

UnfreezeBox_Callback() private static méthode

private static UnfreezeBox_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 UnfreezeBox_Callback( Mobile from, Map map, Point3D start, Point3D end, object state )
		{
			SendWarning( from, "You are about to unfreeze a section of items.", BaseUnfreezeWarning, map, start, end, new WarningGumpCallback( UnfreezeWarning_Callback ) );
		}