mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-11 07:01:56 +00:00
removed git history
This commit is contained in:
9
Minecraft.World/Enemy.cpp
Normal file
9
Minecraft.World/Enemy.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "stdafx.h"
|
||||
#include "Enemy.h"
|
||||
|
||||
EntitySelector *Enemy::ENEMY_SELECTOR = new Enemy::EnemyEntitySelector();
|
||||
|
||||
bool Enemy::EnemyEntitySelector::matches(shared_ptr<Entity> entity) const
|
||||
{
|
||||
return (entity != nullptr) && entity->instanceof(eTYPE_ENEMY);
|
||||
}
|
||||
Reference in New Issue
Block a user