Package de.tum.cit.fop.maze.effects
Class DashCooldown
java.lang.Object
de.tum.cit.fop.maze.effects.Effect
de.tum.cit.fop.maze.effects.DashCooldown
A cooldown effect for the Dash ability.
Prevents the player from dashing again until the duration expires.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.tum.cit.fop.maze.effects.Effect
getTimeLeft, onTick
-
Constructor Details
-
DashCooldown
Creates a new DashCooldown effect.- Parameters:
player- The player to apply the cooldown to.
-
-
Method Details