Server.Items.CrystalRechargeInfo.CrystalRechargeInfo C# (CSharp) Method

CrystalRechargeInfo() private method

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