package org.tjuscs.bulletgame.task; public class EmptyTask extends Task { @Override public boolean work() { return true; } }