Server.Misc.FoodDecayTimer.FoodDecay C# (CSharp) Méthode

FoodDecay() public static méthode

public static FoodDecay ( ) : void
Résultat void
		public static void FoodDecay()
		{
			foreach ( NetState state in NetState.Instances )
			{
				HungerDecay( state.Mobile );
				ThirstDecay( state.Mobile );
			}
		}