Added outdated event static properties

This commit is contained in:
Shoghi Cervantes
2015-01-11 19:37:21 +01:00
parent 3e9196d224
commit 7d406066a7
78 changed files with 0 additions and 156 deletions

View File

@ -24,8 +24,6 @@ namespace pocketmine\event\entity;
use pocketmine\entity\Entity;
class EntityDamageByEntityEvent extends EntityDamageEvent{
public static $eventPool = [];
public static $nextEvent = 0;
/** @var Entity */
private $damager;