createBasicExampleWorld function
Implementation
World createBasicExampleWorld() {
return _createContiguousWorld(); //LH we can switch to _createSimpleWorld if we want to use SimpleSparseList
}
World createBasicExampleWorld() {
return _createContiguousWorld(); //LH we can switch to _createSimpleWorld if we want to use SimpleSparseList
}