// Token: 0x060022C3 RID: 8899 RVA: 0x00096F44 File Offset: 0x00095144 private void DoStockFlash() { this.DoReminderFlash(); if (this.stockFlashPanelObject) { AnimateUIAlpha component = this.stockFlashPanelObject.GetComponent <AnimateUIAlpha>(); if (component) { component.time = 0f; } this.stockFlashPanelObject.SetActive(true); } }
// Token: 0x060022C2 RID: 8898 RVA: 0x00096EF4 File Offset: 0x000950F4 private void DoReminderFlash() { if (this.reminderFlashPanelObject) { AnimateUIAlpha component = this.reminderFlashPanelObject.GetComponent <AnimateUIAlpha>(); if (component) { component.time = 0f; } this.reminderFlashPanelObject.SetActive(true); } this.equipmentReminderTimer = 5f; }