public override void Init()
 {
     _cumulativerechargepanel = new CumulativeRechargePanel();
     _cumulativerechargepanel.Init(this);
     _cumulativerechargepanel.Show(0);
 }
 public override void OnShow(float delay)
 {
     base.OnShow(delay);
     _cumulativerechargepanel.Show(0);
 }