void Awake() {
		BuyPackageAsMoney.Instance = this;
	}
	void Start () {
		this.window = GetComponent<ZinWindow> ();

		this.buyPackage = BuyPackageAsCash.Instance;
		this.buyPackageMoney = BuyPackageAsMoney.Instance;
	}