Constructs universe level 0.
()
| 313 | impl Level { |
| 314 | /// Returns a reference to the inner [`LevelData`]. |
| 315 | pub fn as_data(&self) -> &LevelData { |
| 316 | &self.0 |
| 317 | } |
| 318 | |
| 319 | /// Returns the precomputed Blake3 hash of this level. |
| 320 | pub fn get_hash(&self) -> &Hash { |