Data Extended Space Engineers
    class DataExtendedSpaceEngineers(    val spaceEngineers: SpaceEngineers,     pathFinder: PathFinder<BlockId, Vec3F, String, String>,     val extensions: SpaceEngineersExtensions = SpaceEngineersExtensions(spaceEngineers, pathFinder)) : SpaceEngineers, ExtendedSpaceEngineers
Content copied to clipboard
Constructors
Link copied to clipboard
                fun DataExtendedSpaceEngineers(    spaceEngineers: SpaceEngineers,     pathFinder: PathFinder<BlockId, Vec3F, String, String>,     extensions: SpaceEngineersExtensions = SpaceEngineersExtensions(spaceEngineers, pathFinder))
Content copied to clipboard