Andre\SurvivalGames\CallbackTask::onRun PHP Method

onRun() public method

public onRun ( $currentTicks )
    public function onRun($currentTicks)
    {
        call_user_func_array($this->callable, $this->args);
    }