<?php
/* Please see the README and LICENSE files. */
/**
* Gets the current mission that is visible for this team and user
*/
class Module_Mission_Cmd_Get_PreviousVisibleTeamMissions implements Command {
public function run($module) {
return $module;
}
}
?>