mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 04:03:51 +00:00
parent
8a2a62ea1d
commit
119bff3514
1373 changed files with 12049 additions and 12049 deletions
|
|
@ -13,7 +13,7 @@ void Sensing::tick()
|
|||
unseen.clear();
|
||||
}
|
||||
|
||||
bool Sensing::canSee(std::shared_ptr<Entity> target)
|
||||
bool Sensing::canSee(shared_ptr<Entity> target)
|
||||
{
|
||||
//if ( find(seen.begin(), seen.end(), target) != seen.end() ) return true;
|
||||
//if ( find(unseen.begin(), unseen.end(), target) != unseen.end()) return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue