private void OnEnable() { alarmTime = GameData.GetDate("alarm"); Active = true; StartCoroutine(StartCountdownRoutine()); }