compatibility updates

This commit is contained in:
kremsy
2014-02-08 15:00:21 +01:00
committed by Steffen Schröder
parent 4385942d32
commit d478e81c08
5 changed files with 9 additions and 23 deletions

View File

@ -2,6 +2,7 @@
use ManiaControl\ManiaControl;
use ManiaControl\Callbacks\CallbackListener;
use ManiaControl\Callbacks\CallbackManager;
use ManiaControl\Maps\Map;
use ManiaControl\Plugins\Plugin;
/**
@ -22,6 +23,7 @@ class EndurancePlugin implements CallbackListener, Plugin {
*/
/** @var maniaControl $maniaControl */
private $maniaControl = null;
/** @var Map $currentMap */
private $currentMap = null;
private $playerLapTimes = array();