| | |
| | | |
| | | { |
| | | |
| | | int gen_ret = gen_to_be_invoked.GetType( ); |
| | | int gen_ret = gen_to_be_invoked.GetFairyJadeType( ); |
| | | LuaAPI.xlua_pushinteger(L, gen_ret); |
| | | |
| | | |
| | |
| | | IsUpdateBool = true;
|
| | | IsOk = true;
|
| | | InvestmentAmount();
|
| | | BinningType = GetType();
|
| | | BinningType = GetFairyJadeType();
|
| | | InvestmentRedPoint();
|
| | | IsShowRedPointSimple();
|
| | | PlayerDatas.Instance.PlayerDataRefreshInfoEvent -= Updatefighting;
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | public int GetType()//获取投资类型
|
| | | public int GetFairyJadeType()//获取投资类型
|
| | | {
|
| | | int type = 3;
|
| | | bool Isbool = true;
|
| | |
| | |
|
| | | protected override void OnPreOpen()
|
| | | {
|
| | | fairyJadeInvestmentModel.BinningType = fairyJadeInvestmentModel.GetType();
|
| | | fairyJadeInvestmentModel.BinningType = fairyJadeInvestmentModel.GetFairyJadeType();
|
| | | SetText();
|
| | | int InvestGold = fairyJadeInvestmentModel.GetInvestGold();
|
| | | if (InvestGold < fairyJadeInvestmentModel.RecordSelectNumberMax)
|