Is there a way to create a Timer that is not directly starting ?
I want to prepare an 'invincibility' timer that will be 'reset'ed each time there will be a contact.
But I don't want my entity to be invincible at creation 🙂
I have found a workaround by 'tick'ing it for the full duration at the creation, but wondered if I had missed another better way to do.