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