Gets a list of the entities that this entity can see.
// every entity auto entities = entity.watchlist; // every player auto players = entity.watchlist!Player;
See Implementation
Gets a list of the entities that this entity can see.