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

CrystalRechargeInfo() private méthode

private CrystalRechargeInfo ( Type type, int amount ) : System
type System.Type
amount int
Résultat System
		private CrystalRechargeInfo( Type type, int amount )
		{
			m_Type = type;
			m_Amount = amount;
		}
	}
CrystalRechargeInfo