| 474 | } |
| 475 | |
| 476 | ByteArray WorldStorage::writeEntitySector(EntitySectorStore const& store) { |
| 477 | return compressData(DataStreamBuffer::serialize(store)); |
| 478 | } |
| 479 | |
| 480 | ByteArray WorldStorage::tileSectorKey(Sector const& sector) { |
| 481 | DataStreamBuffer ds(5); |
nothing calls this directly
no test coverage detected