changed direct public property access to using getter methods
phpdoc improvements
This commit is contained in:
@ -61,8 +61,9 @@ class Player {
|
||||
public $currentTargetId = 0;
|
||||
|
||||
/*
|
||||
* Private Properties
|
||||
* Private properties
|
||||
*/
|
||||
/** @var ManiaControl $maniaControl */
|
||||
private $maniaControl = null;
|
||||
private $cache = array();
|
||||
|
||||
|
Reference in New Issue
Block a user