コード例 #1
0
	void Confirm(ref POINTER_INFO ptr)
	{
		if (ptr.evt != POINTER_INFO.INPUT_EVENT.TAP)
			return;

		if (nowState == eMinorChckDlgState.STEP1)
		{
			if (btnNoMoreExpose.Value == true)
			{
				AsMinorCheckInfo checker = new AsMinorCheckInfo();
				bool saved = checker.SaveFile();
			}

			OpenCashShop();
			CloseCore();
		}
		else if (nowState == eMinorChckDlgState.STEP2)
		{
			OpenCashShop();
			CloseCore();
		}
		else if (nowState == eMinorChckDlgState.STEP3)
		{
			AsDeathDlg.MiracleShopClosed();//$yde
			CloseCore();
		}

	}