updated dedimaniaplugin

This commit is contained in:
kremsy
2017-05-08 17:45:16 +02:00
parent 6bb342f26e
commit 9b5aabab5e
2 changed files with 105 additions and 41 deletions

View File

@ -2,6 +2,8 @@
namespace ManiaControl\Callbacks\Models;
use ManiaControl\Players\Player;
/**
* Base Model Class for Callbacks
*
@ -22,9 +24,10 @@ class RecordCallback extends BaseCallback {
* Public Properties
*/
public $time = null;
/** @var Player $player */
public $player = null;
public $racetime = null;
public $laptime = null;
public $lapTime = null;
public $stuntsscore = null;
public $checkpointinrace = null;
public $checkpointinlap = null;