36373839404142434445
public void execute() { notifyBefore(); Unit unit = Game.getMapData().getUnit(unitID); unit.resetTime(); notifyAfter(); } }