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

DoUnfreeze() public static méthode

public static DoUnfreeze ( Server.Map map, bool &badDataFile, int &totalUnfrozen ) : void
map Server.Map
badDataFile bool
totalUnfrozen int
Résultat void
		public static void DoUnfreeze( Map map, ref bool badDataFile, ref int totalUnfrozen )
		{
			DoUnfreeze( map, Point2D.Zero, new Point2D( map.Width - 1, map.Height - 1 ), ref badDataFile, ref totalUnfrozen );
		}

Same methods

Statics::DoUnfreeze ( Server.Map map, Server.Point2D start, Server.Point2D end, bool &badDataFile, int &totalUnfrozen ) : void