ms/packages/sponge/src/typings/org.spongepowered.api.block...

14 lines
353 B
TypeScript

declare namespace org {
namespace spongepowered {
namespace api {
namespace block {
namespace tileentity {
// @ts-ignore
interface EndPortal extends org.spongepowered.api.block.tileentity.TileEntity {
}
}
}
}
}
}