1. ### root/ui.py
  2. ### Search:
  3. def SetSlotCoolTimeColor(self, slotIndex, r, g, b, a):
  4. wndMgr.SetSlotCoolTimeColor(self.hWnd, slotIndex, r, g, b, a)
  5. ### Add after:
  6. def StoreSlotCoolTime(self, key, slotIndex, coolTime, elapsedTime = 0.0):
  7. wndMgr.StoreSlotCoolTime(self.hWnd, key, slotIndex, coolTime, elapsedTime)
  8. def RestoreSlotCoolTime(self, key):
  9. wndMgr.RestoreSlotCoolTime(self.hWnd, key)