Commit f19b5e3d authored by zxhljwl's avatar zxhljwl

修改

parent 99a4e08c
...@@ -10371,10 +10371,10 @@ RectTransform: ...@@ -10371,10 +10371,10 @@ RectTransform:
m_Father: {fileID: 300181109} m_Father: {fileID: 300181109}
m_RootOrder: 0 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 93.36, y: -45.84} m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 126.72, y: 31.68} m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &409306806 --- !u!114 &409306806
MonoBehaviour: MonoBehaviour:
...@@ -25632,7 +25632,7 @@ PrefabInstance: ...@@ -25632,7 +25632,7 @@ PrefabInstance:
- target: {fileID: 2853166085728200632, guid: 1053be02c113a7a45adf322c929b0cb6, - target: {fileID: 2853166085728200632, guid: 1053be02c113a7a45adf322c929b0cb6,
type: 3} type: 3}
propertyPath: m_IsActive propertyPath: m_IsActive
value: 1 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 2853166085728200634, guid: 1053be02c113a7a45adf322c929b0cb6, - target: {fileID: 2853166085728200634, guid: 1053be02c113a7a45adf322c929b0cb6,
type: 3} type: 3}
...@@ -42499,10 +42499,10 @@ RectTransform: ...@@ -42499,10 +42499,10 @@ RectTransform:
m_Father: {fileID: 300181109} m_Father: {fileID: 300181109}
m_RootOrder: 1 m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 30, y: -97.04} m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 30.720001} m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1853878469 --- !u!114 &1853878469
MonoBehaviour: MonoBehaviour:
...@@ -68,7 +68,7 @@ public class DoubleIncomeDialog : MonoBehaviour ...@@ -68,7 +68,7 @@ public class DoubleIncomeDialog : MonoBehaviour
{ {
EventUtils.OnEvent("buttonClick_doubleIncome_receive"); EventUtils.OnEvent("buttonClick_doubleIncome_receive");
GameObject.Find("Dialog").GetComponent<DialogControl>().OnClickCloseDoubleDialog(); GameObject.Find("Dialog").GetComponent<DialogControl>().OnClickCloseDoubleDialog();
AdUtils.PlayRewardAd("rewardVideo_doubleIncome", new Action<bool>((cb) => AdUtils.PlayRewardAd("fkqcw_protection", new Action<bool>((cb) =>
{ {
EventUtils.OnEvent("rewardVideo_doubleIncome"); EventUtils.OnEvent("rewardVideo_doubleIncome");
EventUtils.OnEvent("rewardVideo_all"); EventUtils.OnEvent("rewardVideo_all");
......
...@@ -70,7 +70,7 @@ public class ProtectionControl : MonoBehaviour ...@@ -70,7 +70,7 @@ public class ProtectionControl : MonoBehaviour
{ {
EventUtils.OnEvent("buttonClick_shield_receive"); EventUtils.OnEvent("buttonClick_shield_receive");
GameObject.Find("Dialog").GetComponent<DialogControl>().closeProtectionCoverDialog(); GameObject.Find("Dialog").GetComponent<DialogControl>().closeProtectionCoverDialog();
AdUtils.PlayRewardAd("rewardVideo_shield", new Action<bool>((cb) => AdUtils.PlayRewardAd("fkqcw_protection", new Action<bool>((cb) =>
{ {
EventUtils.OnEvent("rewardVideo_shield"); EventUtils.OnEvent("rewardVideo_shield");
EventUtils.OnEvent("rewardVideo_all"); EventUtils.OnEvent("rewardVideo_all");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment