S5-VR-Game / game

2 stars 0 forks source link

Timer feature #71

Closed Aremju closed 11 months ago

Aremju commented 11 months ago

This PR adds a timer-feature to the TimerTask. It is NOT an abstract method, so that you are not encountering compilation errors in your code. Furthermore, you have a method that is setting the Timer to start by a certain condition. Per default, the method returns just "true". But you can implement it and give it a certain boolean expression as a condition. (See code and documentation).