Server.Items.CureLevelInfo.CureLevelInfo C# (CSharp) Méthode

CureLevelInfo() public méthode

public CureLevelInfo ( Poison poison, double chance ) : Server.Spells
poison Server.Poison
chance double
Résultat Server.Spells
		public CureLevelInfo( Poison poison, double chance )
		{
			m_Poison = poison;
			m_Chance = chance;
		}
	}
CureLevelInfo