| 750 | } |
| 751 | |
| 752 | EntityPtr WorldServer::entity(EntityId entityId) const { |
| 753 | return m_entityMap->entity(entityId); |
| 754 | } |
| 755 | |
| 756 | void WorldServer::addEntity(EntityPtr const& entity, EntityId entityId) { |
| 757 | if (!entity) |
no outgoing calls
no test coverage detected