Simplify Timer Class #14

Merged
Lubba-64 merged 1 commit from refactor-timer into main 2022-06-05 19:26:58 +00:00
Lubba-64 commented 2022-06-04 16:10:28 +00:00 (Migrated from github.com)

There were some weird things about this class while I was using it in
the game I'm making with this library, so I decided to refactor it and
then add unit tests for it so I don't have to worry about it ever again.

The main and only change is that when you create the class you don't
have to immediately set it to be full, it will now just start at max.

There were some weird things about this class while I was using it in the game I'm making with this library, so I decided to refactor it and then add unit tests for it so I don't have to worry about it ever again. The main and only change is that when you create the class you don't have to immediately set it to be full, it will now just start at max.
Sign in to join this conversation.
No description provided.