fix:1、添加arrow的游戏代码,和相关的周边功能
This commit is contained in:
@@ -113,13 +113,13 @@ namespace RedHotRoast
|
||||
private void OnClickFlyCash()
|
||||
{
|
||||
// PreferencesMgr.Instance.AdCashFlyShowTime =
|
||||
// GameHelper.GetNowTime() + ConfigSystem.GetConfig<CommonModel>().flyCD;
|
||||
// GameHelper.GetNowTime() + ConfigSystem.GetCommonConf().flyCD;
|
||||
// var rewardData = new RewardData();
|
||||
|
||||
// var singleValue =
|
||||
// (decimal)Math.Round(
|
||||
// UnityEngine.Random.Range(ConfigSystem.GetConfig<CommonModel>().flyReward[0],
|
||||
// ConfigSystem.GetConfig<CommonModel>().flyReward[1]), 2);
|
||||
// UnityEngine.Random.Range(ConfigSystem.GetCommonConf().flyReward[0],
|
||||
// ConfigSystem.GetCommonConf().flyReward[1]), 2);
|
||||
|
||||
|
||||
// decimal rewardValue;
|
||||
@@ -172,7 +172,7 @@ namespace RedHotRoast
|
||||
private void OnClickIcon()
|
||||
{
|
||||
// //WebThroughUtil.WebThroughClick(H5WebThroughType.OnlineH5, ui.btn_icon);
|
||||
// if (iconTime < ConfigSystem.GetConfig<CommonModel>().ThroughRewardCD)
|
||||
// if (iconTime < ConfigSystem.GetCommonConf().ThroughRewardCD)
|
||||
// {
|
||||
// return;
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user