Revert "freezetimers: Remove empty method"
This reverts commit dfe0db76b0.
This commit is contained in:
@@ -35,6 +35,11 @@ class Timers
|
|||||||
{
|
{
|
||||||
private final Map<Actor, HashMap<TimerType, Long>> timerMap = new HashMap<>();
|
private final Map<Actor, HashMap<TimerType, Long>> timerMap = new HashMap<>();
|
||||||
|
|
||||||
|
void gameTick()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
void setTimerEnd(Actor actor, TimerType type, long n)
|
void setTimerEnd(Actor actor, TimerType type, long n)
|
||||||
{
|
{
|
||||||
if (!timerMap.containsKey(actor))
|
if (!timerMap.containsKey(actor))
|
||||||
|
|||||||
Reference in New Issue
Block a user