mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 23:15:29 +00:00
Fixed a PhpStorm inspection
This commit is contained in:
parent
89f5567476
commit
7483f22e8b
@ -205,6 +205,7 @@ abstract class Entity extends Location implements Metadatable{
|
|||||||
public static $entityCount = 1;
|
public static $entityCount = 1;
|
||||||
/** @var Entity[] */
|
/** @var Entity[] */
|
||||||
private static $knownEntities = [];
|
private static $knownEntities = [];
|
||||||
|
/** @var string[] */
|
||||||
private static $shortNames = [];
|
private static $shortNames = [];
|
||||||
|
|
||||||
public static function init(){
|
public static function init(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user