Added world engine getter
This commit is contained in:
@@ -200,4 +200,8 @@ public class VoxelCore {
|
|||||||
});
|
});
|
||||||
return importer;
|
return importer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public WorldEngine getWorldEngine() {
|
||||||
|
return this.world;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user