| 696 | } |
| 697 | |
| 698 | bool WorldGenerator::entityPersistent(WorldStorage*, EntityPtr const& entity) const { |
| 699 | return entity->isMaster() && entity->persistent(); |
| 700 | } |
| 701 | |
| 702 | RpcPromise<Vec2I> WorldGenerator::enqueuePlacement(List<BiomeItemDistribution> distributions, Maybe<DungeonId> id) { |
| 703 | auto promise = RpcPromise<Vec2I>::createPair(); |
no test coverage detected