fix:1、添加arrow的游戏代码,和相关的周边功能

This commit is contained in:
2026-07-10 17:57:02 +08:00
parent dd56ccb469
commit f1e05d9547
145 changed files with 8492 additions and 1059 deletions
+4 -4
View File
@@ -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;
// }